Workshop
The workshop is designed to help you anticipate possible questions, review what you've learned, and begin learning how to put your knowledge into practice.
Quiz
1: | What PHP function did we use to check the validity of a date? |
2: | What PHP function did we use to create a timestamp? |
3: | What PHP function did we use to create an associative array of date-related information? |
Answers
A1: | checkdate() |
A2: | mktime() |
A3: | getdate() |
Activity
Q1: | Use your fancy new date pull-down class in the context of your own form. Create a back-end script that takes the selected dates and displays their input. |