Friday, March 13, 2009

Change the date format using PHP

If $month is currently Mar and your want March use

date("F",strtotime($month))

Simple

No comments: