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 / guest


print strftime('%B',time());

This will return the name of the current month.
And date('M') also will return current month.

If you want to get month from the date then use the
following way.

$date=date('d/M/Y')
$date=substr($date,strpos($date,'/')+1);
$date=substr($date,0,strpos($date,'/'));

Finally $date will contain the month name.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between pop3 IMAP and MAPI?

1116


What is isset and unset in php?

1075


What is the best php version for wordpress?

1191


What is regex in html?

970


What is uniqid php?

1129


Is null or empty c#?

968


Explain array_uintersect()?

1062


What do you mean by having php as whitespace insensitive?

1032


Tell me what is the main difference between php 4 and php 5?

1032


What is the interface in php?

1095


Is php secure?

1025


What php framework does wordpress use?

1079


Tell me what is the use of "enctype" attribute in a html form?

1062


Is php a cms?

1035


Explain what is the difference between session and cookie?

1114