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.