Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Month info from 'date'

by Tuna (Friar)
on Jun 23, 2001 at 07:18 UTC ( [id://90923]=note: print w/replies, xml ) Need Help??


in reply to Month info from 'date'

use Date::Manip; $yesterday = UnixDate(ParseDate("yesterday"), "%B %E, %Y"); print "$yesterday\n";
will print "June 21st, 2001"

so......
use Date::Manip; $yesterday = UnixDate(ParseDate("yesterday"), "%B"); print "$yesterday\n";
will print "June"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-23 14:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found