Skip to content

Instantly share code, notes, and snippets.

@turtlix
Created May 13, 2016 00:53
Show Gist options
  • Save turtlix/4e4ce1ced94f73aca800b8d42b014ac2 to your computer and use it in GitHub Desktop.
Save turtlix/4e4ce1ced94f73aca800b8d42b014ac2 to your computer and use it in GitHub Desktop.
<?php
$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