Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Trouble with Dates

by Preceptor (Deacon)
on Jul 09, 2013 at 20:53 UTC ( [id://1043375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Delta_Days ( "2013,06,06", "2013,06,10" );
    
  2. or download this
    my ( $firstdate, $seconddate ) = split ( /\t/ );
    my @dates1 = split ( ",", $firstdate );
    my @dates2 = split ( ",", $seconddate );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found