Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: (jeffa) Re: DBI SQL Query Question

by count0 (Friar)
on Jan 11, 2002 at 23:02 UTC ( [id://138093]=note: print w/replies, xml ) Need Help??


in reply to (jeffa) Re: DBI SQL Query Question
in thread DBI SQL Query Question


Additionally, to get the zero-padding functionality of date(1)'s %m and %d, use sprintf().
my $month = sprintf ("%02d", (localtime)[4]+1); my $day = sprintf ("%02d", (localtime)[3]);

Two other options for formatting your date/time are: POSIX's strftime, and Date::Format.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (1)
As of 2024-04-25 00:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found