-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.0.6.1
-
Component/s: None
-
Security Level: Jimmy
-
None
-
ZK 7.0.7
-
None
steps to reproduce
- load the zul below in French locale
<datebox format="MMM yyyy" lenient="false"/>
- enter mars 2015 or select at calendar
actual result
format error message displays
expected result
no format error message displays
root cause
The March in French , “mars”, starts with “mar”, and “mar” is also Tuesday in French (localizedSymbols.S2DOW in zk.fmt.Date.parseDate).