![]() |
I'm trying to validate a dateTime field but I can't get it to work, is this not possible or am I doing something wrong?
PHP Code: 'myDateTime' => 'required|valid_date["Y-m-d H:i"]',
Lose the double quotes in the square brackets.
|
Welcome Guest, Not a member yet? Register Sign In |