Skip to content

Instantly share code, notes, and snippets.

@benplum
Last active December 15, 2015 08:39
Show Gist options
  • Save benplum/5232907 to your computer and use it in GitHub Desktop.
Save benplum/5232907 to your computer and use it in GitHub Desktop.
Definitions for standard PHP date formats.
define("DATE_FORMAT", "F j, Y");
define("PUBDATE_FORMAT", "Y-m-d H:i");
define("MYSQL_DATETIME", "Y-m-d H:i:s");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment