Package | Description |
---|---|
freemarker.template.utility |
Various classes used by core FreeMarker code but might be useful outside of it too.
|
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 java.lang.String |
DateUtil.dateToISO8601String(java.util.Date date,
boolean datePart,
boolean timePart,
boolean offsetPart,
int accuracy,
java.util.TimeZone timeZone,
DateUtil.DateToISO8601CalendarFactory calendarFactory)
Format a date, time or date+time with one of the ISO 8601 extended
formats.
|