in reply to Re: Converting MySQL datetime values to DateTime objects
in thread Converting MySQL datetime values to DateTime objects

++

I didn't see it because I was looking at DateTime::Format::DBI as a wrapper around DateTime::Format::MySQL and DateTime::Format::Pg, one that I assumed would wrap all their functionality, but the documentation for DateTime::Format::DBI doesn't mention any parse functions. DateTime::Format::MySQL::parse_datetime will do exactly what I wanted. Thanks!


Quidquid latine dictum sit altum viditur.
  • Comment on Re: Converting MySQL datetime values to DateTime objects