Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are examples of dependent variables?

992


How to find a specific value in an array?

970


How is session data stored?

1018


What is difference between count or sizeof function in php?

1043


Explain which cryptographic extension provide generation and verification of digital signatures?

1069


What is difference between required and require_once in php?

1124


What are the uses of php language?

1019


Is php better than java?

1023


What is the difference between md5(), crc32() and sha1() crypto on php?

1107


What are the three classes of errors that can occur in php?

1067


Why php is used?

1154


What is csrf validation?

1145


Is php 7.0 stable?

969


How to find current date and time?

1067


Explain what does the function get_magic_quotes_gpc() means?

980