Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Date manipulation

by shoness (Friar)
on Jul 11, 2008 at 19:11 UTC ( [id://697059]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $str_date =~ /^\w*\s*\w*\s*(?<month>\w*)\s*(?<day>\d*).*(?<year>\d
    +{4})$/;
    
  2. or download this
        my $date = sprintf("%4d%02d%02d", $+{year}, $months{$+{month}}, $+
    +{day});
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-24 19:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found