Skip to content

Instantly share code, notes, and snippets.

@jasonglisson
Last active September 14, 2017 12:39
Show Gist options
  • Save jasonglisson/2df9757e8ceced0bec61 to your computer and use it in GitHub Desktop.
Save jasonglisson/2df9757e8ceced0bec61 to your computer and use it in GitHub Desktop.
Convert date into new format
$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