webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
796 stars 271 forks source link

Feature request: configurable date format in detail #36

Closed pkalwar closed 11 years ago

pkalwar commented 11 years ago

It'd be great addition if we can define date and time format to use (for editing and validations), not just US/EU but in detail like: yyyy-MM-dd'T'HH:mm:ssZZ

We could use configs of java.util.Date, if possible.

Thanks.