bluegroper
Technical User
I have a small perl project that reads some data from an excel file. One of the strings needed is a date.
Excel gives perl the date as 39261, ie days since 1/1/1900.
Is there an easy way for perl to change 39261 into 6/30/2007 or 30/6/2007?
Sure there's plenty of perl "date" modules, but they're so complicated !
TIA's
Excel gives perl the date as 39261, ie days since 1/1/1900.
Is there an easy way for perl to change 39261 into 6/30/2007 or 30/6/2007?
Sure there's plenty of perl "date" modules, but they're so complicated !
TIA's