Hello,
I just noticed yii's validator collection lacks a validator for dates and times.
I think it should support multiple date formats, maybe based on locale or parameters (YYYY-MM-DD, DD.MM.YYYY, DD.MM.YY etc).
Is such a validator planned or welcome as a patch?
Best Regards,
Martin
This is very complicated, especially if we want to support locale-dependent formats. Currently CRegularExp​ressionValidator can be used, but if you could create such a validator and share it as an extension, it will be wonderful!