-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.5.8.1
-
None
Steps to Reproduce
https://zkfiddle.org/sample/d4j938/1-ZK-4940
Current Result
The timebox format is 'a hh:mm:ss'
Expected Result
The timebox format is 'hh:mm:ss a'
Debug Information
https://github.com/zkoss/zk/blob/v9.5.1.3/zul/src/archive/web/js/zul/db/Datebox.js#L359
it compares the position of 'a' and 'h'
Currently 'at' string is not supported by ZK.