| Similar Tutorials: 1. VBScript Tutorials - Built-in Functions 2. VB Date and Time Functions 3. Date Functions 4. Working with dates and times in PHP 5. Form Dates | 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. | Tags: Date, Functions |
|