Jquery datetime adder by default

So, the default default value (not to mention the date) is 12:00 AM, how do I set it to something else?

talk about this add-on http://trentrichardson.com/examples/timepicker/

+6
source share
1 answer

This is straight from the documentation for your link.

$('#example7').datetimepicker({ hour: 13, minute: 15 }); 
+13
source

Source: https://habr.com/ru/post/913446/


All Articles