Skip to content

Instantly share code, notes, and snippets.

@abelcallejo
Created August 31, 2018 01:23
Show Gist options
  • Save abelcallejo/47372e76d7c1db9d0b80e9bb8b7cde28 to your computer and use it in GitHub Desktop.
Save abelcallejo/47372e76d7c1db9d0b80e9bb8b7cde28 to your computer and use it in GitHub Desktop.
Converting an ISO-8601 formatted data into a specific format
<?php
$date = new DateTime('2000-01-01');
echo $date->format('Y-m-d H:i:s');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment