Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: The day of today

by jeepj (Scribe)
on Mar 10, 2008 at 12:59 UTC ( [id://673213]=note: print w/replies, xml ) Need Help??


in reply to The day of today

you could also use strftime from POSIX module

use POSIX qw (strftime); my $now_string = strftime "%H:%M:%S %a %d/%m/%Y", localtime;

This was described already in this node strftime reference for Win32.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found