Re: [PHP] Month name

2003-06-25 Thread cavagnaro
rber Visit http://www.weberdev.com/ Today!!! To see where PHP might take you tomorrow. -Original Message- From: cavagnaro [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:31 AM To: [EMAIL PROTECTED] Subject: [PHP] Month name How can I get the month name from a date? If you could post with an

RE: [PHP] Month name

2003-06-24 Thread Martin Towell
date("F", mktime(0, 0, 0, $mm, $dd, $)); http://au2.php.net/manual/en/function.date.php http://au2.php.net/manual/en/function.mktime.php -Original Message- From: cavagnaro [mailto:[EMAIL PROTECTED] Sent: Wednesday, 25 June 2003 4:31 PM To: [EMAIL PROTECTED] Subject: [PHP]

RE: [PHP] Month name

2003-06-24 Thread Boaz Yahav
:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:31 AM To: [EMAIL PROTECTED] Subject: [PHP] Month name How can I get the month name from a date? If you could post with an example i'll be gratefull -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Month name

2003-06-24 Thread cavagnaro
How can I get the month name from a date? If you could post with an example i'll be gratefull -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php