Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Date::Manip and date

by SBECK (Chaplain)
on Jul 09, 2015 at 17:45 UTC ( [id://1134000]=note: print w/replies, xml ) Need Help??


in reply to Re: Date::Manip and date
in thread Date::Manip and date

By default ParseDate uses MM/DD/YYYY, but you can change that. If you add the following:
Date_Init("DateFormat=non-US");
it will interpret this as DD/MM/YYYY.
Of course, Date::Manip will also interpret YYYY-MM-DD directly, so there's really no need to transform the dates into DD/MM/YYYY format.

Log In?
Username:
Password:

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

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

    No recent polls found