-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
8.5.1.2, 8.6.1
-
None
Steps to Reproduce
http://zkfiddle.org/sample/2fc195m/1-no-future
open fiddle in IE9
click the datebox button
select tomorrow
(found this bug in 2019/06/05 but test again in 2019/06/11 it works fine)
Current Result
you can select tomorrow and blur, the no future message will not popup
Expected feature Result
you should not able to select tomorrow
Debug Info
new Date(Date.UTC.apply(null, param)) return different sesult in IE9
try this code in browser's console
new Date(1559692800000)