in reply to How to change the language of Date value retrieved from XML file which was stored in number format using DateTime::Format::Excel module in Perl

Try
#!perl use strict; use Spreadsheet::ParseExcel::Utility qw(ExcelFmt); print ExcelFmt("dd-mmm-yyyy", 41770);
poj
  • Comment on Re: How to change the language of Date value retrieved from XML file which was stored in number format using DateTime::Format::Excel module in Perl
  • Download Code