CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

Rule date #86

Closed dbejanishvili closed 4 years ago

dbejanishvili commented 4 years ago

Implementation of date format validation. This rule checks whether the input is valid date or not.

CSenshi commented 4 years ago

Try adding dateutli to requirements.txt. It should fix errors