http://www.perlmonks.org?node_id=1033387


in reply to d-mmm-yyyy to DOY (day of year)

A follow-on question that might help clarify your decision is ... “what else do you need to do with, or know about, that date?”   What future requirements might you anticipate, e.g. from the Marketing Department?   Sometimes, a kitchen-sink is just what the doctor ordered ... taking the entire date-handling issue off your hands.

Replies are listed 'Best First'.
Re^2: d-mmm-yyyy to DOY (day of year)
by Anonymous Monk on May 14, 2013 at 05:02 UTC
    guys,

    thanks so much for your replies. These look helpful. I will let you know how I get on. Ideally, I will be able to use that code to add another field to the table and be off and running.

    many thanks again, from a first time perl user. Tim

      Guys, sorry to be a pain, but I'm having trouble installing the POSIX strptime module. I'm using a windows machine at work and trying to use Perl Package Manager to find the module. (It wasn't there).

      So, I've downloaded the strptime module from here (http://search.cpan.org/~gozer/POSIX-strptime-0.05/lib/POSIX/strptime.pm)

      I've unpacked the folders in c:Perl64/site/lib and c:Perl64/lib, but my perl script is still not seeing that package. It is saying:

      can't locate loadable object for module POSIX::strptime in @INC...

      any advice would be gratefully recieved.

      Thanks

      Tim