Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 8.5.2.1
-
Fix Version/s: 9.5.1
-
Component/s: Components
-
Security Level: Jimmy
-
gh.sprint.customfield.default.name:ZK 9.0.0 S0, ZK 9.5.1 S1
Description
Steps to Reproduce
http://zkfiddle.org/sample/3vkuate/4-datebox-problem-format-problem
open the popup select a day
Current Result
the time changes when selecting a day
updates to the time are ignored
sometimes the day jumps to a day +1 of the selected date
Expected Result
keep the time and date as selected
Workaround
adding space in the date format between 'a' and 'hh' doesn't have the problem
'yyyy-MM-dd ahh:mm' -> problem
'yyyy-MM-dd a hh:mm' -> no problem