HTML-FormEngine
    
    
  
  
  
view release on metacpan or search on metacpan
FormEngine/Checks.pm view on Meta::CPAN
    Email::Valid->rfc822($value);
  return '';
}
######################################################################
=head2 date
Returns I<invalid> if the field value seems to be incompatible to
common date formats or the date doesn't exist in the Gregorian
calendar.  The following formats are allowed:
dd.mm.yyyy dd-mm-yyyy dd/mm/yyyy yyyy-mm-dd yyyy/mm/dd yyyy.mm.dd
The C<check_date> method of the I<Date::Pcalc> package is used to
prove the dates existence.
=cut
######################################################################
( run in 0.328 second using v1.01-cache-2.11-cpan-5dc5da66d9d )