Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by poj (Abbot)
on May 05, 2014 at 09:53 UTC ( [id://1085027]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1085027]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 21:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found