Skip to content

Instantly share code, notes, and snippets.

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 yankeyhotel/8c5f94d80ba0b79bcb3f to your computer and use it in GitHub Desktop.
Save yankeyhotel/8c5f94d80ba0b79bcb3f to your computer and use it in GitHub Desktop.
ExpressionEngine Time HTML5 Tag w/ Date Formating
// Output <time datetime="2014-07-04T11:40">Friday, July 4</time>
<time datetime="{entry_date format="%Y-%m-%dT%H:%i"}">{entry_date format='%l, %F %j'}</time>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment