On Tuesday 03 December 2002 13:57, Shaun wrote: > Hi, > > please could someone tell me how i can return a month in text from an int > ie > > getMonth(12) > > returns Decmber. Is this possible? > > Thanks for your help
have a look at the mktime() function. Use this along with the date() function to get what you need. -- Regards, William Bailey. Pro-Net Internet Services Ltd. http://www.pro-net.co.uk http://wb.pro-net.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php