Search code examples
phpyii2yii2-basic-appyii2-modelyii2-validation

Yii2. Date validation rule wrong format


I have such validation rule

['birthdate', 'date', 'format' => 'Y-m-d'],

and passing such value 2002-03-11, but recive validation error The format of Birthdate is invalid.

What am I doing wrong?


Solution

  • I have installed intl extenstion. It has fixed an issue.