Klasse SimpleDateFormatStrategy

java.lang.Object
com.restfb.util.SimpleDateFormatStrategy
Alle implementierten Schnittstellen:
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
Seit:
1.7.0