brainonastick Posted January 14, 2009 Posted January 14, 2009 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
Baloo Posted January 14, 2009 Posted January 14, 2009 http://us2.php.net/manual/en/function.date.php date("F Y", strtotime($issue_date));
Recommended Posts
This topic is 5861 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now