Validator Date
Created by: tflori
Create a validator that validates a string to be a valid date in the given $format (allows also date time formats). If $format is not given it validates strtotime($value) is not false.
Created by: tflori
Create a validator that validates a string to be a valid date in the given $format (allows also date time formats). If $format is not given it validates strtotime($value) is not false.