Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Dates and time.

by Zoogie (Curate)
on Jun 11, 2000 at 01:03 UTC ( [id://17535]=note: print w/replies, xml ) Need Help??


in reply to Dates and time.

Use localtime:    print scalar localtime(960662500); If you want it in "MMM dd YYYY" format, you can use:
use POSIX qw(strftime); print(strftime("%b %d %Y",localtime(960662500)));

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-23 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found