|
-
Feb 5th, 2006, 03:12 AM
#1
Thread Starter
Addicted Member
Get Current Month Name
Hello,
Like i want to get Current Month name as a Variable (String)..
-
Feb 5th, 2006, 04:19 AM
#2
Re: Get Current Month Name
You can use the date function:
PHP Code:
$month = date('F');
-
Feb 5th, 2006, 07:56 AM
#3
Thread Starter
Addicted Member
Re: Get Current Month Name
Thanks i will check it in some hour as soon as i get free and get back to PHP work
-
Feb 5th, 2006, 08:06 AM
#4
Re: Get Current Month Name
I am pretty sure the code is bug free
-
Mar 7th, 2009, 05:35 AM
#5
Member
Re: Get Current Month Name
 Originally Posted by visualAd
You can use the date function:
PHP Code:
$month = date('F');
THANK YOU.
This helped me a lot
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|