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

NETTUTS.com: Can You Hack Your Own Site? A Look at Some Essential Security Considerations

php|architect: 7-Day Promo Fest Begins

Community News: WebGrind Updated (Version 0.7 Released)

php|architect: 7-Day Promo Fest Begins

Zend Developer Zone: Integrating Smarty with the Zend Framework


Community Events











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


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

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