Skip to content

Instantly share code, notes, and snippets.

@deplorableword
Created February 2, 2011 12:30
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 deplorableword/807613 to your computer and use it in GitHub Desktop.
Save deplorableword/807613 to your computer and use it in GitHub Desktop.
strtotime uk date format
<?php
$parsed_end_date = str_replace('/', '-', $wgt_end_date);
$end_date = date('Y-m-d H:i', strtotime($parsed_end_date));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment