PHP RFC3339 date for Google Calendar API

$date = new DateTime();
echo $date->format(DATE_RFC3339);
This entry was posted in computing, php. Bookmark the permalink.

Leave a Reply