Interface DateFormatStrategy

All Known Implementing Classes:
CachedDateFormatStrategy, SimpleDateFormatStrategy

public interface DateFormatStrategy
The DateFormat strategy interface.

all DateFormat strategies have to implement this interface and return a DateFormat

Since:
1.7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    formatFor(String format)
    fetch the DateFormat instance that is used to parse a date in the DateUtils
  • Method Details

    • formatFor

      fetch the DateFormat instance that is used to parse a date in the DateUtils
      Parameters:
      format - the format pattern as string
      Returns:
      a DateFormat instance