com.smartgwt.client.util
Interface DateDisplayFormatter


public interface DateDisplayFormatter

DateDisplayFormatter interface.

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

Method Summary
 String format(Date date)
          The format method.
 

Method Detail

format

String format(Date date)
The format method.

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