jQuery-Timepicker-Addon
jQuery-Timepicker-Addon copied to clipboard
milliseconds gets auto updated when we click enter ( same goes for MicroSeconds )
trafficstars
Hello,
i really like this plugin. this is a life saver. But i needed to use Milliseconds and Microseconds in my projects. so I used Format to do that. This is my code
$(id).datetimepicker({
timeInput : true,
timeFormat : "HH:mm:ss:l",
showHour : false,
showMinute : false,
showSecond : false,
showMillisec : false,
});
when i try to edit the Milliseconds and click Enter then Milliseconds updates to the current time. and other remains as it is.
Can some one please help me with this ?