Package com.restfb.util
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DateFormat
formatFor(String format)
fetch the DateFormat instance that is used to parse a date in the DateUtils
-
-
-
Method Detail
-
formatFor
DateFormat formatFor(String format)
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
-
-