Quote:
Originally Posted by cbk1994
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.
|
Oh thanks, I didn't even know those existed. I looked in the wiki and didn't find it.