Public Member Functions | |
IsoDateFormat () | |
Static Public Member Functions | |
String | formatDate (Date date) |
String | formatCurrentDate () |
Static Public Attributes | |
final String | pattern = "yyyy-MM-dd'T'HH:mm:ss.SSS" |
Static Private Attributes | |
final IsoDateFormat | instance = new IsoDateFormat() |
http://jira.alma.cl/browse/COMP-1929 made it clear that we use the same format string all over ACS, and that there should be this class to encapsulate it.
|
|
|
Convenience method that works with a shared instance of this class. |
|
Convenience method that works with a shared instance of this class.
|
|
|
|
|