919ba7c449
convert between DateTime and Excel dates. PR: 54032 Submitted by: Mathieu Arnold <m@absolight.net>
6 lines
315 B
Text
6 lines
315 B
Text
Excel uses a different system for its dates than most Unix programs. This
|
|
module allows you to convert between a few of the Excel raw formats and
|
|
DateTime objects, which can then be further converted via any of the other
|
|
DateTime::Format::* modules, or just with DateTime's methods.
|
|
|
|
WWW: http://datetime.perl.org/
|