Package com.smartgwt.client.docs
Interface DateInputFormat
public interface DateInputFormat
3 character string containing the
"M"
, "D"
and "Y"
characters to indicate the
format of strings being parsed into Date instances via DateUtil.parseInput()
. As an example - an input format of "MDY" would parse "01/02/1999" to Jan 2nd 1999