pavunkumar


{ City } chennai
< Country > india
* Profession * trainee
User No # 45754
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 3
Questions / { pavunkumar }
Questions Answers Category Views Company eMail




Answers / { pavunkumar }

Question { 6090 }

how to extract month from given date by using string
functions?


Answer

use this code.


[code]
?php
print date ( 'm',mktime ( 0,0,0,02,26,2010 ) ) ;
?>
~
[/code]


Is This Answer Correct ?    0 Yes 3 No