Agenda main content
Agenda for Day 30 of CS 350
- Announcements
- University Announcements
- Veteran's Day Holiday on Monday - no University classes
- Lab Assignments
- Lab 14 due at the start of class Tuesday (no class Monday)
- No more lab assignments after Lab 14
- Project 1 Milestones
- Memorandum 6 containing a site diagram of website content and organization (neatly hand-drawn is OK) due next Tuesday (one per team)
- Reading for today
- Today's topics and learning objectives
After today's class, you should be able to- Use PHP Date and Time Functions
- string date ( string format [, int timestamp])
- array getdate ( [int timestamp])
- int time ( void )
Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). - array localtime ( [int timestamp [, bool is_associative]])
- Hands-on example - Day 30
- day30.php
- dateform.php
- dateoptionlists.php
- processform.php
- Use PHP Date and Time Functions