RE: [PHP] Simple Question on Date conversion

2002-11-20 Thread John W. Holmes
> Dear all > Can anyone pls tell me how i can turn number : 10 to Oct? > i counting on the month, that's why i won't to convert the result to > month! $months = array(1=>'January',2=>'February',3=>'March',...); echo $months[$your_month_number]; You could also use a combo of date() and mktime().

[PHP] Simple Question on Date conversion

2002-11-20 Thread Jack
Dear all Can anyone pls tell me how i can turn number : 10 to Oct? i counting on the month, that's why i won't to convert the result to month! Thx a lot Jack -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php