Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: How do I find today's date?

by sacked (Hermit)
on May 11, 2004 at 13:58 UTC ( [id://352444]=note: print w/replies, xml ) Need Help??


in reply to How do I find today's date?

You can also use POSIX::strftime:
use POSIX qw(strftime); print "today's date is ", strftime( '%b %e, %Y', localtime );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-25 10:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found