Schnittstelle DateFormatStrategy

Alle bekannten Implementierungsklassen:
CachedDateFormatStrategy, SimpleDateFormatStrategy

public interface DateFormatStrategy
The DateFormat strategy interface. all DateFormat strategies have to implement this interface and return a DateFormat
Seit:
1.7.0
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    formatFor(String format)
    fetch the DateFormat instance that is used to parse a date in the DateUtils
  • Methodendetails

    • formatFor

      fetch the DateFormat instance that is used to parse a date in the DateUtils
      Parameter:
      format - the format pattern as string
      Gibt zurück:
      a DateFormat instance