YYYY-MM-DD Date Conversion Version 2

By dohdoh on Oct 11, 2004

This is an update of Hawkee's date conversion script.
Just a little bit more simpler. Hawkee, not trying to make you look bad or anything either. :)

The original description was this:

This will convert a sortable YYYY-MM-DD date into a more presentable date.

<?php
    // You can use any format that the date function outputs
    // $date will contain the formatted date.
    $date = date('M d, Y', strtotime($date));

?>

Comments

Sign in to comment.
Hawkee   -  May 29, 2005

I don\'t think the echo is necessary. Maybe it\'ll be insert into a template or used in a mySQL query.

 Respond  
log2   -  Mar 12, 2005

this only gets the date, it doesn\'t show it? you need an echo \"$date\"; in there

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.