in reply to Perl OLE Time Formatting Error!?
use DateTime::Format::Excel; # From Excel via class method: my $datetime = DateTime::Format::Excel->parse_datetime( 37680 ); # OR retrieve $value->Date(<Whatever syntax works here>) print $datetime->ymd('.'); # '2003.02.28'
"There are only two truly infinite things. The universe and stupidity, and I'm not too sure about the universe"- Albert Einstein
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl OLE Time Formatting Error!?
by PerlingTheUK (Hermit) on Jun 01, 2005 at 09:11 UTC |