Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Shorter Formating?

by screamingeagle (Curate)
on Aug 14, 2002 at 05:12 UTC ( [id://189993]=note: print w/replies, xml ) Need Help??


in reply to Shorter Formating?

well, i'm only being half-serious here :0)
if you're using Oracle as a back-end :
select to_char(sysdate,'YYYY-MM-DD HH:MI:SS') from dual;
if you're using SQL Server , then it's even shorter :
select getdate()
can't get shorter than that, can u ? ;-)
(I wouldnt recommend firing an sql query just to get the timestamp, though)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 02:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found