Hi Shaun,

> please could someone tell me how i can return a month in text from an int
ie
> getMonth(12)
> returns Decmber. Is this possible?


No. If you want to stick with this, write your own function to look up a
text array.

If the "12" is part of more data coming in from a form or db (for example),
then give us the wider picture and a 'built-in' solution may become
possible.

=dn


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to