sfDateValidator verifies a parameter is of a date format.
Method Summary
-
bool
execute(, )
Execute this validator.
-
getValidDate(, )
Converts the given date into a Unix timestamp.
-
bool
initialize(, )
Initializes the validator.
Methods inherited from sfValidator
execute , getContext , getParameter , getParameterHolder , hasParameter , initialize , setParameter , __construct
Method Details
-
Execute this validator.
returns true, if this validator executes successfully, otherwise false
-
Converts the given date into a Unix timestamp.
Returns null if the date is invalid
-
(bool) initialize (, )
Browse code
Initializes the validator.
returns true, if initialization completes successfully, otherwise false
|