in reply to Converting between localtime scalar and list contexts

I found Date::Format and used the strftime() function to convert from list to string. However, I would very much like to be able to convert from the string to the list without writing my own function.
  • Comment on Re: Converting between localtime scalar and list contexts

Replies are listed 'Best First'.
Re: Re: Converting between localtime scalar and list contexts
by bikeNomad (Priest) on Jun 05, 2001 at 22:14 UTC
    Look at Date::Parse which will parse a time/date string.