Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Created June 17, 2015 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save random-robbie/b96406721a7f6bd2ed84 to your computer and use it in GitHub Desktop.
Save random-robbie/b96406721a7f6bd2ed84 to your computer and use it in GitHub Desktop.
Convert UTC to GMT Date PHP
$date = "2015-05-31";
$d=strtotime($date);
$newdate = date('d-m-Y',$d);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment