Uses of Interface
freemarker.template.utility.DateUtil.DateToISO8601CalendarFactory

Packages that use DateUtil.DateToISO8601CalendarFactory
freemarker.template.utility Utility classes that may be used to customize aspects of FreeMarker. 
 

Uses of DateUtil.DateToISO8601CalendarFactory in freemarker.template.utility
 

Classes in freemarker.template.utility that implement DateUtil.DateToISO8601CalendarFactory
static class DateUtil.TrivialDateToISO8601CalendarFactory
          Non-thread-safe factory that hard-references a calendar internally.
 

Methods in freemarker.template.utility with parameters of type DateUtil.DateToISO8601CalendarFactory
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.