VII. Date/Time Functions
- Table of Contents
- checkdate — validate a date/time
- date — format a local time/date
- strftime — format a local time/date according to locale settings
- getdate — get date/time information
- gettimeofday — get current time
- gmdate — format a GMT/CUT date/time
- easter_date — get UNIX timestamp for midnight on Easter of a given year
- easter_days — get number of days after March 21 on which Easter falls for a given year
- mktime — get UNIX timestamp for a date
- gmmktime — get UNIX timestamp for a GMT date
- time — return current UNIX timestamp
- microtime — return current UNIX timestamp with microseconds