php | date

PHP ISO 8601 Date

ISO 8601 date only:

$today = date("Y-m-d");

ISO 8601 date and time:

$today = date("Y-m-d H:i:s");