public interface DateInputFormat
"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