Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Created April 16, 2018 17:48
Show Gist options
  • Save MrJSdev/55f8ccb6f0147f889afbd6aa4bcbbe45 to your computer and use it in GitHub Desktop.
Save MrJSdev/55f8ccb6f0147f889afbd6aa4bcbbe45 to your computer and use it in GitHub Desktop.
This is the code for the guide: http://extracatchy.net/converting-string-to-date/ also check my lyrics website: http://lyroo.net
<?php
$newdate = DateTime::createFromFormat('d-m-Y', '16-04-2018')->format('Y-m-d');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment