com.smartgwt.client.util
Interface DateDisplayFormatter


public interface DateDisplayFormatter

DateDisplayFormatter interface.

See Also:
DateUtil.setNormalDateDisplayFormatter(DateDisplayFormatter), DateUtil.setShortDateDisplayFormatter(DateDisplayFormatter)

Method Summary
 java.lang.String format(java.util.Date date)
          The format method.
 

Method Detail

format

java.lang.String format(java.util.Date date)
The format method.

Parameters:
date - the date
Returns:
the String representation of the date