Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: DateTime and hour 0

by tcf03 (Deacon)
on Apr 18, 2005 at 13:54 UTC ( [id://448864]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub minutes_before
    {
    ...
        $ready=1;
        return @MINBEFORE=($MONTHNAME2, $DAY2, $HOUR2, $MINUTE2);
    }
    
  2. or download this
    if ( defined (param('MONTH')) and
         defined (param('DAY'))   and
    ...
        $DAY=param('DAY');
        $HOUR=param('HOUR');
        $MINUTE=param('MINUTE');
    
  3. or download this
    @M1=&minutes_before(1, $MONTH, $DAY, $HOUR, $MINUTE);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 14:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found