| Hour 16. Working with Dates and TimesWhat You'll Learn in This Hour: How to acquire the current date and timeHow to get information about a dateHow to format date informationHow to test dates for validityHow to set datesHow to build a simple calendar scriptHow to build a class library to generate date pull-downs in HTML forms
 Dates are so much a part of everyday life that it becomes easy to work with them without thinking. The quirks of your calendar can be difficult to work with in programs, though. Fortunately, PHP provides powerful tools for date arithmetic that make manipulating dates easy. |