Summary

In this hour, you pulled together the PHP date-related functions you learned about in the previous hour to work within a calendar application. You learned how to test the validity of an input date using checkdate(). You worked through an example script, which applies some of the tools you have looked at, and built a class library that automates some of the more tedious aspects of working with dates in forms.



    Part III: Getting Involved with the Code