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

timepicker inline, is there a ex13.timepicker('getTime') method to access the time? #806

Open tpisciotta opened 9 years ago

tpisciotta commented 9 years ago

If you use timepicker inline like this:

var ex13 = $('#alt_example_4'); ex13.timepicker({ controlType: 'select', timeFormat: 'hh:mm tt' });

How would you get the time? Is there a

alert(ex13.datetimepicker('getTime'));

extension? if not, can you add one?

Tom