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 Date.parseInput().

As an example - an input format of "MDY" would parse "01/02/1999" to Jan 2nd 1999

Note: In addition to these standard formats, a custom date string parser function may be passed directly to Date.setInputFormat or passed into Date.parseInput as the inputFormat parameter.