>>>>> "Jason" == Jason Normandin <[EMAIL PROTECTED]> writes:

Jason> How can I reverse this ? ( Convert date/time format to UNIX timestamp )

There's a myriad of ways.  Visit search.cpan.org and type "date" or
"time".  The most flexible is probably Date::Manip, which can convert
"third friday in may 2005" to a date. :)

If you already have the y/m/d/h/m/s pieces, you can use the core modules
such as Time::Local to get back to an epoch.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to