Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: checking for valid date

by Ieronim (Friar)
on Jul 30, 2006 at 10:31 UTC ( [id://564603]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Time::Local;
    my $date = ' 19990230'; # 30th Feb 1999
    ...
        timelocal(0,0,0,$day, $month-1, $year); # dies in case of bad date
    + 
        1;
    } or print "Bad date: $@";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://564603]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-24 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found