Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Date conversion to epoch w/out mysql.pm

by suaveant (Parson)
on Jan 05, 2006 at 16:50 UTC ( [id://521270]=note: print w/replies, xml ) Need Help??


in reply to Date conversion to epoch w/out mysql.pm

If you aren't averse to parsing the date yourself and converting it into numbers Time::Local will fix you right up... otherwise there are some Date modules out there that I believe can parse the date and then you can do conversions.

Pretty easy to parse that, however and turn Jan into 00 and PM into +12...

Update: Time::Local is a module, but I think it is in the Perl core.

                - Ant
                - Some of my best work - (1 2 3)

  • Comment on Re: Date conversion to epoch w/out mysql.pm

Replies are listed 'Best First'.
Re^2: Date conversion to epoch w/out mysql.pm
by vek (Prior) on Jan 06, 2006 at 16:11 UTC

    suaveant, yes Time::Local is indeed in the Perl core.

    -- vek --

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://521270]
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: (4)
As of 2024-04-26 00:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found