Hi
Can I use Date(‘D M,Y s : m : h’); like we do in PHP?
e.g I want to display today’s date in a format 22 September, 2007 with Date(‘D M, Y’);
also is there any place to quickly find all available options for these built in functions for AS as for php we have php.net/functionName ?
thanks