Skip to content

Instantly share code, notes, and snippets.

@Quinten
Created June 15, 2015 09:06
Show Gist options
  • Save Quinten/b4fcfce3a3bc2b32cbc8 to your computer and use it in GitHub Desktop.
Save Quinten/b4fcfce3a3bc2b32cbc8 to your computer and use it in GitHub Desktop.
transform a date
$originalDate = "2010-03-21";
$newDate = date("d-m-Y", strtotime($originalDate));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment