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

Ability to Append rather than replace field. #724

Open c2mrdale opened 10 years ago

c2mrdale commented 10 years ago

I need to have the ability to manage a field that can store multiple timestamps, pipe separated, eg "2014-05-08 05:20:18|2014-03-08 05:20:18|2014-08-08 05:20:18" At present your add only allows replacing the contents of the field.

I could really use the ability to APPEND with delimiter rather than REPLACE...

Any chance that could happen?

c2mrdale commented 10 years ago

Bump?

trentrichardson commented 10 years ago

To be honest I don't see this getting added as it would greatly increase the complexity of the parsing, AND would be highly dependent on datepicker support upstream (which I have no control over).

You might however look at one of my separate attempts at a datetime picker Intimidatetime as it has this support out the box. (beware it is a young project that may be a little rough around the edges)

http://trentrichardson.com/examples/Intimidatetime/