Package org.alfresco.util
Class CachingDateFormat.SimpleDateFormatAndResolution
- java.lang.Object
-
- org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution
-
- Enclosing class:
- CachingDateFormat
public static class CachingDateFormat.SimpleDateFormatAndResolution extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getResolution()
SimpleDateFormat
getSimpleDateFormat()
-
-
-
Method Detail
-
getSimpleDateFormat
public SimpleDateFormat getSimpleDateFormat()
- Returns:
- the simpleDateFormat
-
getResolution
public int getResolution()
- Returns:
- the resolution
-
-