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

Datetimepicker should inherit $.datepicker default options #865

Open nicofrand opened 8 years ago

nicofrand commented 8 years ago

When I call the setDefaults method on $.datepicker, $.datetimepicker should inherit those options.

See in this example: Fiddle, every date(time) picker should display "Foobar" in the left button as currentText.

What do you think ? That would solve #576.