Package com.smartgwt.client.util
Class DateFormatStringFormatter
java.lang.Object
com.smartgwt.client.util.DateFormatStringFormatter
- All Implemented Interfaces:
DateDisplayFormatter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe format method.
-
Constructor Details
-
DateFormatStringFormatter
-
-
Method Details
-
format
Description copied from interface:DateDisplayFormatter
The format method.- Specified by:
format
in interfaceDateDisplayFormatter
- Parameters:
date
- the date- Returns:
- the String representation of the date
-
getFormatString
-