Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Converting datetime formats

by jonadab (Parson)
on Apr 25, 2008 at 12:33 UTC ( [id://682805]=note: print w/replies, xml ) Need Help??


in reply to Converting datetime formats

I assume you know how to get information from the database using DBD::ODBC or some equivalent mechanism. If not, ask that question specifically.

For converting dates between formats, I normally use DateTime and the various modules in the DateTime::Format:: namespace. However, I have not yet found one that exactly implements the datetime format of MS SQL Server. (That doesn't necessarily mean there isn't one; only that I haven't found one.) It's similar to the MySQL datetime format, but not identical. So I ended up rolling my own function using sprintf. I don't have it here (at home), because I don't have MS SQL Server here, only at work. At home I use mostly MySQL, though I keep meaning to get into Postgres.

-- 
We're working on a six-year set of freely redistributable Vacation Bible School materials.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-18 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found