Top

PHP Code Snippets Tagged with date

  (3)  
Sort by 
I thought this was pretty neat and useful. You can combine strtotime with the date function to create your own date verbally. This is just an alternative to using mktime that's a little more intuiti
Tags: date  time  timestamp 
3 comment(s)   |   Score: 7.0   |   Language: PHP   |   Posted by Hawkee on Nov 02, 2005
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
Tags: convert  date 
2 comment(s)   |   Score: 3.5   |   Language: PHP   |   Posted by dohdoh on Oct 11, 2004
This will convert a sortable YYYY-MM-DD date into a more presentable date. $date can be set to any date as long as it fits this format.
Tags: convert  date  yyyymmdd 
3 comment(s)   |   Score: 5.0   |   Language: PHP   |   Posted by Hawkee on Aug 11, 2004
Bottom