Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: formatting datetime with strftime

by Loops (Curate)
on Jul 22, 2013 at 14:53 UTC ( [id://1045665]=note: print w/replies, xml ) Need Help??


in reply to formatting datetime with strftime

Perhaps you could employ Date::Manip instead of doing it all by hand

use Date::Manip; print UnixDate('05/1/13 16:45 GMT', '%b %d %Y %T %Z');
Output:
May 01 2013 16:45:00 GMT

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-23 14:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found