Class SimpleDateFormatStrategy

java.lang.Object
com.restfb.util.SimpleDateFormatStrategy
All Implemented Interfaces:
DateFormatStrategy

public class SimpleDateFormatStrategy extends Object implements DateFormatStrategy
a simple DateFormat strategy. every call returns a new SimpleDateFormat object, this will be rather slow and especially in a high-performance or low resource environment you should use CachedDateFormatStrategy
Since:
1.7.0