Thread
:
Getting Date and Time?
View Single Post
#
4
05-29-2010, 08:11 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
PHP Code:
formatTimeString
(
"format"
,
timevar2
);
convertTimeToString
(
timevar2
);
// Sat May 29 14:15:15 2010
Both are serverside only until v6 is released. formatTimeString uses the same parameters as
PHP's strftime
.
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994