不计量我传递给解析的字符串我总是在 GWT DateTimeFormat.parse 方法上遇到非法参数异常。
例如,以下代码行有什么问题:?
Date date = DateTimeFormat.getFormat("MM-dd-YYYY").parse("10-10-2012");
我得到:
java.lang.IllegalArgumentException: 10-10-2012
at com.google.gwt.i18n.shared.DateTimeFormat.parse