PDA

Click to See Complete Forum and Search --> : Get Current Month Name


mfurqan
Feb 5th, 2006, 02:12 AM
Hello,

Like i want to get Current Month name as a Variable (String)..

visualAd
Feb 5th, 2006, 03:19 AM
You can use the date function:

$month = date('F');

mfurqan
Feb 5th, 2006, 06:56 AM
Thanks :) i will check it in some hour as soon as i get free and get back to PHP work :)

visualAd
Feb 5th, 2006, 07:06 AM
I am pretty sure the code is bug free ;)

corey19981
Mar 7th, 2009, 04:35 AM
You can use the date function:

$month = date('F');


THANK YOU.

This helped me a lot