Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: ultimate date check regexp

by Anonymous Monk
on Oct 30, 2006 at 09:47 UTC ( [id://581244]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    boolean DateCalc_check_date(Z_int year, Z_int month, Z_int day)
    {
    ...
                return(true);
        return(false);
    }
    
  2. or download this
    boolean DateCalc_leap_year(Z_int year)
    {
    ...
        { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 },
        { 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-29 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found