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

Can't get date with time when using altField #679

Open chumakoff opened 10 years ago

chumakoff commented 10 years ago

I use param altField to show date and time in two fields separately. But when I want to get current date and time by calling $(#date_field).datetimepicker('getDate') I get only date, not date with time. The time is 00:00 always, independently of what it really is. How to solve this problem ? How to get current date and time when using altField ?

bjab commented 9 years ago

There is solution in #620