[PHP] Month name

2003-06-25 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



RE: [PHP] Month name

2003-06-25 Thread Boaz Yahav
Check out : http://www.php.net/manual/en/function.date.php

M  - A short textual representation of a month, three letters Jan
through Dec 

Sincerely

berber

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
example i'll be gratefull



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


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



RE: [PHP] Month name

2003-06-25 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] 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.php.net/unsub.php



Re: [PHP] Month name

2003-06-25 Thread cavagnaro
Thanks guys! It works perfectly!!
Boaz Yahav [EMAIL PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]
Check out : http://www.php.net/manual/en/function.date.php

M  - A short textual representation of a month, three letters Jan
through Dec

Sincerely

berber

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
example i'll be gratefull



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




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