Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 6.0.0, 7.0.0, 8.0.0
-
Fix Version/s: 8.0.1
-
Component/s: Components
-
Labels:None
-
Environment:
zk fiddle, zk demo
-
gh.sprint.customfield.default.name:ZK 8.0.1
Description
http://zkfiddle.org/sample/3pu2mjc/1-datebox-bug-with-format
Following the http://books.zkoss.org/wiki/ZK_Developer%27s_Reference/Internationalization/Date_and_Time_Formatting there are 4 types.
As you can see :
- full and short gives only minutes
- long and medium only gives minutes and seconds.
Unable to set the hour with any predefined time format.
If you use the normal styling (HHH:mm:ss), everything works correct.