JavaScript Editor Javascript source editor     Web programming 



Team LiB
Previous Section Next Section

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

1.

checkdate()

2.

mktime()

3.

geTDate()

Activity

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.

    Team LiB
    Previous Section Next Section


    JavaScript Editor Javascript source editor     Web programming