News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Printing relative dates in php
June 22, 2010 @ 10:52:26

Sameer Borate has a quick, helpful tip for anyone working with dates in PHP and wanting something a bit more readable than just the standard month-day-year kind of format.

A couple of days back while writing some date code for a messaging service, I required to print the date of the messages in a relative format - 'today', 'yesterday', '3 weeks ago' etc. I wrote a small function for the same.

The technique uses a "DateToWords" function he's created that finds the difference between now and the date being searched for and evaluates it to see how many days and weeks it might be offset from that day. The code for the function is included.

0 comments voice your opinion now!
relative tutorial date datetowords


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Developing PHP the Ajax way, Part 2 - Back, Forward, Reload

Wan Qi Chen: Background jobs with php and resque (Series, Parts 4, 5 & 6)

Derick Rethans' Blog: Multiple PHP versions set-up

Lorna Mitchell: 9 Magic Methods in PHP

Rob Allen's Blog: Zend Framework Tutorial for 0.7


Community Events











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


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

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