
October 21st, 2009, 09:01 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 23,197
Time spent in forums: < 1 sec
Reputation Power: 26
|
|
|
SQL Date Functions - Converting and Using
SQL provides a lot of functions for manipulating dates in a database. You can store values in a date field or a datetime field. If you store the dates as unix_timestamps you can get a lot more flexibility with dates. In fact, this is usually what is done when you are using PHP with the database.
Read the full article here: SQL Date Functions - Converting and Using
|