SyntaxFix
Write A Post
Hire A Developer
Questions
$dateValue = '2012-01-05'; $year = date('Y',strtotime($dateValue)); $month = date('F',strtotime($dateValue));