Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Optimal Date conversion? (Too much information)

by steves (Curate)
on Dec 29, 2004 at 16:22 UTC ( #418013=note: print w/replies, xml ) Need Help??


in reply to Optimal Date conversion? (Too much information)

Using Date::Manip:

use strict; use Date::Manip; my $from = 'Wed Dec 29 08:17:04'; my $to = UnixDate($from, "%y-%m-%d_%H:%M:%S"); print "$to\n";

That may not be the fastest method, since Date::Manip is pure Perl and is a bit slow. But it's pretty clear and allows both the input and output format to change as needed.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2023-03-29 00:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (70 votes). Check out past polls.

    Notices?