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

Customize "timeFormat" support #938

Open gaojianzhuang opened 6 years ago

gaojianzhuang commented 6 years ago

Could we support the customize "timeFormat" feature? For example: { timeFormat: "HH:mm t.t." } I want the output string: 12:00 a.m.

or { timeFormat: "HH:mm T.T." } I want the output string: 12:00 A.M.

The time format maybe more flexible. Thanks so much.