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
#!perl use strict; use Spreadsheet::ParseExcel::Utility qw(ExcelFmt); print ExcelFmt("dd-mmm-yyyy", 41770); [download]