I've just added a Date() function to the code vault. http://www.verge-rpg.com/docs/view.php?libid=263&function=377
It follows a similar format to PHP's
date() function, but with notable ignored fields that you won't need anyway (like timezones, leap years, and week numbers) and something different used for escaping characters. Could prove useful to someone!
Behold, an example using it!
Log(Date("l $the$ jS, M 'y. g:i:s a"));
Ouput:
Monday the 20th, Apr '06. 7:30:28 pm