

Public Member Functions | |
| IsoDateFormat () | |
Static Public Member Functions | |
| static String | formatDate (Date date) |
| static String | formatCurrentDate () |
Static Public Attributes | |
| static final String | pattern = "yyyy-MM-dd'T'HH:mm:ss.SSS" |
Static Private Attributes | |
| static final IsoDateFormat | instance = new IsoDateFormat() |
ISO 8601 date format.
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.
| alma::acs::util::IsoDateFormat::IsoDateFormat | ( | ) | [inline] |
References pattern.
| static String alma::acs::util::IsoDateFormat::formatCurrentDate | ( | ) | [inline, static] |
Convenience method that works with a shared instance of this class.
References formatDate().
| static String alma::acs::util::IsoDateFormat::formatDate | ( | Date | date | ) | [inline, static] |
Convenience method that works with a shared instance of this class.
References instance.
Referenced by formatCurrentDate().
final IsoDateFormat alma::acs::util::IsoDateFormat::instance = new IsoDateFormat() [static, private] |
Referenced by formatDate().
final String alma::acs::util::IsoDateFormat::pattern = "yyyy-MM-dd'T'HH:mm:ss.SSS" [static] |
Referenced by IsoDateFormat().
1.6.2