January 14, 200916 yr Hi there, I have a date variable called $issue_date which echoes as standard date DD/MM/YYYY. I want the date to echo as the month and the year only and the month must displayed be in words (eg January not 01). Can anyone help? All advice gratefully received. Cheers, Steven
January 14, 200916 yr http://us2.php.net/manual/en/function.date.php date("F Y", strtotime($issue_date));
Create an account or sign in to comment