trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

miss Time value with set option minDateTime #703

Open RicherYang opened 10 years ago

RicherYang commented 10 years ago

My javascript code is like below

$('.activitycase-form #start').datetimepicker('option', {
    minDate: new Date(),
    minDateTime: new Date(),
    onClose: function(){
        _check_data_rang();
    }
});

But I get an error.

If the input box has an default value with date and time, then the time value without show before change the date or time value. just like the image below time

sandrock commented 10 years ago

Maybe related to #716