Top

YYYY-MM-DD Date Conversion Version 2


PHP Code
+ 0 likes
Please Register to submit score.
Average Score  3.5
Scores Submitted  2
Date Added  Oct 11, 2004
Last Updated  Sep 19, 2005
Tags  convert  date 
  Bookmark and Share

Introduction

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.

Grab the Code

Comments

  (2)  RSS
log2
Comments: 52
 
PHP Snippet:  YYYY-MM-DD Date Conversion Version 2
Posted on Mar 12, 2005 2:15 am
this only gets the date, it doesn't show it? you need an echo "$date"; in there
Hawkee
Comments: 566
 
PHP Snippet:  YYYY-MM-DD Date Conversion Version 2
Posted on May 29, 2005 12:25 am
I don't think the echo is necessary. Maybe it'll be insert into a template or used in a mySQL query.

Please Register or Login to start posting comments.
Bottom