Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.2
-
Component/s: None
-
Labels:None
Description
MM/DD/YYYY HH:MM:SS.SSS A
or mmm dd, YYYY
Whatever, just some way the user can send in a date format... probably the standard Java date format.
So I just checked in a pretty complete first take on resolving this issue.
I do not believe that at the moment the code I've checked in correctly addresses time zone and locale correctly. But at the moment I've checked in good first stab at getting this issue resolved. Wanted to put this in place and get some comments before moving forward. The approach I've taken should support something like 90% of the formats possible with java.text.SimpleDateFormat.
One Issue is that the datepicker currently supports only the notion of 12 hour time. If you use a 24 hour time format string then there is mismatch in the way the time is presented and selected. I'd like to gather some comments and then I'll press on and get this resolved.