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

Re: convert month number to month name

by Shaveta_Chawla (Sexton)
on Aug 30, 2012 at 09:53 UTC ( [id://990703]=note: print w/replies, xml ) Need Help??


in reply to convert month number to month name

Another method which can be used is
$YEAR=`date "+%Y"`; #for year $month=`date "+%b"`; #convert numeric month to month name $DAY=`date "+%d"`; #for date

Replies are listed 'Best First'.
Re^2: convert month number to month name
by Anonymous Monk on Aug 30, 2012 at 12:57 UTC

    ... which fails in a Windows-environment. There the command date expects a new date as user-input.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-23 06:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found