in reply to Parsing a date/time string into a UNIX timestamp

Check Date::Manip. Converts just about any format of date/time into any other. Also uses common words to do the conversions. The perldoc on this is quite extensive. Take a look.

Paulster2

  • Comment on Re: Parsing a date/time string into a UNIX timestamp