Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Not an Issue
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Date, Zend_Validate
-
Labels:None
Description
I want to validate a date that's in the ISO_8601 format, but unfortunately, zend_date::isDate() doesn't seem to support that (yet).
Closing as Non-Issue.
ISO_8601 is detected in the format which is also used by PHP's ISO constant.
A "free" detection like described here would negotate this validator and will therefor not be implemented.