aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Untaint-date/pkg-descr
blob: 32a8bff94687440d4e953bec1a85faf627a21173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
This Input Handler verifies that it is dealing with a reasonable date. 
Reasonably means anything that Date::Manip thinks is sensible, so you 
could use any of (for example): "December 12, 2001" "12th December, 2001" 
"2001-12-12" "next Tuesday" "third Wednesday in March"

See Date::Manip for much more information on what date formats are 
acceptable.

The resulting date will be a Date::Simple object. Date::Simple for more 
information on this.

WWW: http://search.cpan.org/dist/CGI-Untaint-date
Author: Tony Bowden <kasei@tmtm.com>