Stuff Worth Publishing

Welcome to Cbsmth.se, a personal corner where I gather some interesting guides and articles,
projects (with source code enclosed, of course), and from time to time a snippet of code or two.

Enjoy your stay!

News: Date interval difference

Added 2010-08-29 10:23:24

I just published a short piece on how to find and format DateTIme intervals in PHP, for tasks such as finding out a person's current age by subtracting birth date from current date.

» How to find and format date intervals, PHP