Skip to content

Instantly share code, notes, and snippets.

@egulhan
Last active December 26, 2015 02:59
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 egulhan/7082225 to your computer and use it in GitHub Desktop.
Save egulhan/7082225 to your computer and use it in GitHub Desktop.
Convert 2 digit year to 4 digit year
$dt = DateTime::createFromFormat('y', '12');
echo $dt->format('Y'); // output: 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment