libdata-formvalidator-constraints-datetime-perl

Date and time constraint plugin for data::formvalidator
  https://metacpan.org/release/Data-FormValidator-Constraints-DateTime
  0
  no reviews



Data::formvalidator::constraints::datetime provides constraint routines for data::formvalidator based upon the datetime module. it provides an easy mechanism for validating dates of any format (using strptime(3)) and transforming those dates (as long as you 'untaint' the fields) into valid datetime objects, or into strings that would be properly formatted for various database engines.