Skip to content

Instantly share code, notes, and snippets.

@shrop
Last active January 2, 2016 17:19
Show Gist options
  • Save shrop/8336133 to your computer and use it in GitHub Desktop.
Save shrop/8336133 to your computer and use it in GitHub Desktop.
<?
$date = date_parse('1/1/2014');
print checkdate($date['month'], $date['day'], $date['year']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment