govalidator icon indicating copy to clipboard operation
govalidator copied to clipboard

Add yyyy-mm-dd validation

Open shintarou37 opened this issue 11 months ago • 0 comments

Feature Request

Q A
New Feature yes
RFC yes
BC Break no

Summary

I would like to propose a new validator for verifying strings in the yyyymmdd format. Currently, many applications require validation of date formats, but there is a lack of support for specific formats. This new feature would allow developers to easily check if a date string conforms to a specific format. This can be incredibly useful for form input validation and data preprocessing.

shintarou37 avatar Mar 06 '24 14:03 shintarou37