trentrichardson / Intimidatetime

Intimidatetime is a wicked awesome date time picker for both jQuery and Zepto.
MIT License
17 stars 8 forks source link

Multiple dates and times? #6

Open c2mrdale opened 9 years ago

c2mrdale commented 9 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?