how to extract month from given date by using string
functions?
Answer Posted / pavunkumar
use this code.
[code]
?php
print date ( 'm',mktime ( 0,0,0,02,26,2010 ) ) ;
?>
~
[/code]
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What does explode do in php?
What is a php namespace?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
what does this symbol mean in php?
What is x+ mode in fopen() used for?
> symbol is used to redirect the output of a command. State Whether True or False?
What's the difference between using mysql_ functions and pdo?
What does pear stand for?
How to run the interactive php shell from the command line interface?
What is the mysql injection?
What is polymorphism in oop php?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What is the difference between html and php?
How arrays are passed through arguments?
What is action hooks and filter hooks?