Support for DateTime & Date
Brought to you by:
eswenson
If the user Date input fails to parse against the global system pattern the DateProvider will now try to parse it against "yyyyMMddHHmmss"
The Net effect is that you can now pass a dateTime as a parameter and a date.
Details of changes:
Added a dateTimeFormat field of class SimpleDateFormat.
Added the parse logic to the catch block.
Added a second exception object e2
Altered error message for accuracy.
NOTE: I am working off the source for 2.1 final
DateProvider.java
Logged In: YES
user_id=1740473
Originator: YES
File Added: patch.patch
Logged In: YES
user_id=1740473
Originator: YES
File Added: DateProvider.patch
Sorry, this the correct patch