in reply to How to convert date like: 19 Aug 12:00 PM EDT to a perl structure
Have a look at DateTime::Format::Strptime, which can parse your date into a DateTime object, and DateTime::Format::MySQL, which should be able to turn that object into a format MySQL understands (disclaimer: I've only worked with the former, not the latter).
|
|---|