storing Dates & Timestamps

Vote This Post DownVote This Post Up (No Ratings Yet)
Loading ... Loading ...

As with most everything that’s out there, there are two camps, Database Date storage is no different. There are many sub topics forming a spectrum of options, but there are ultimately only two options: Store the date as an integer/decimal timestamp or as a date format. I happen to subscribe to the integer camp, and will explain why in just a short bit, but first I would like to make an argument for the later.

Read the rest of this entry »

Posted on April 18th, 2007 by Bob in Web Development