-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.4
When you open the datebox's chooser, the time area cannot be scrolled and selected.
<zk> <datebox id="db" width="200px" format="yyyy/MM/dd a hh:mm:ss" displayedTimeZones="GMT+8,GMT-8" /> <zscript> db.value = new java.util.Date(); </zscript> </zk>