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

DefaultTime hide option need #884

Open gaojianzhuang opened 8 years ago

gaojianzhuang commented 8 years ago

Sometime, we need to set the "DefaultTime" when user select date. For example, we usually use start date and end date. Start date as: 05/13/2016 12:00:00 End date as: 05/14/2016 23:59:59 And the "default time" should not show in the input text. 1 2

I have changed some source code for our projects, I think this feature is very common. Could you add this feature for that ? Thx.