News Feed
Jobs Feed
Sections




News Archive
ThinkPHP Blog:
Put out the age of a date in words
April 11, 2008 @ 10:37:53

On the ThinkPHP blog today, Annika Rabea shares a method for outputting dates in words rather than in the usual numbers most applications use.

Recently, I have to output the age of a date in words and didn't have a framework to work with. The first steps were to parse the given date into an array and create a timestamp with the individual parts. The difference between the timestamp of now and the created timestamp yielded the age in seconds. The result can be used to compare with seconds of a day, week, etc.

The code snippet in the post outputs the difference between two timestamps (then and now) it a bit more friendly way (ex. 4 months, 2 weeks, 2 days).

0 comments voice your opinion now!
date format timestamp week month day output


blog comments powered by Disqus

Similar Posts

J. Scott Johnson\'s Blog: Your PHP Command of the Day - debug_backtrace()

Helgi\'s Blog: Clash of the Titans

Elizabeth Smith\'s Blog: String Class (Kal_String)

Zend Developer Zone: ZendCon Wrapup: The Video

PHP Security Blog: Month of PHP bugs


Community Events











Don't see your event here?
Let us know!


phpunit zendframework2 conference functional language release object framework unittest opinion testing podcast development community code series introduction tool interview example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework