Package | Description |
---|---|
freemarker.template.utility |
Utility classes that may be used to customize aspects of FreeMarker.
|
Modifier and Type | Class and Description |
---|---|
static class |
DateUtil.TrivialDateToISO8601CalendarFactory
Non-thread-safe factory that hard-references a calendar internally.
|
Modifier and Type | Method and Description |
---|---|
static String |
DateUtil.dateToISO8601String(Date date,
boolean datePart,
boolean timePart,
boolean offsetPart,
int accuracy,
TimeZone timeZone,
DateUtil.DateToISO8601CalendarFactory calendarFactory)
Format a date, time or date+time with one of the ISO 8601 extended
formats.
|