Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.9.0
-
Fix Version/s: None
-
Component/s: Zend_Date
-
Labels:
Description
isDate('1111',NULL,'de_DE'): true
isDate('11',NULL,'de_DE'): false
isDate('1111','dd.MM.yyyy','de_DE'): true
isDate('11','dd.MM.yyyy','de_DE'): false
how can 1111 be TRUE (which is wrong, couse its not in the specified format) and then again 11 is false ?
1111 is recognised as 1.1.11 -> 01. Jan.2011 and therefor true