Simple Date Picker with add Time of HH:MM:SS

 

 

jquery date picker for time and dd/mm/yyy format


jQuery(document).ready(function($) {
             $('table input#datepicker').datetimepicker({
                 showSecond: true,
                 timeFormat: 'hh:mm:ss',
                 showOn: 'button',
                dateFormat: 'mm/dd/yy',
                minDate: 0,
                buttonImageOnly: true,
                    buttonText: '',
                buttonImage: '../wp-includes/images/blank.gif'  
                });
                           });

Related Posts

Advertisement

No comments.

Leave a Reply