Skip to content

Instantly share code, notes, and snippets.

@westonwatson
Last active December 23, 2015 22:39
Show Gist options
  • Save westonwatson/6705210 to your computer and use it in GitHub Desktop.
Save westonwatson/6705210 to your computer and use it in GitHub Desktop.
always forget the php MySQL Date format
$datetime = strtotime("now");
$mysqldate = date("m/d/y g:i A", $datetime);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment