Skip to content

Instantly share code, notes, and snippets.

@makbeta
Last active October 13, 2015 09:17
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 makbeta/4173273 to your computer and use it in GitHub Desktop.
Save makbeta/4173273 to your computer and use it in GitHub Desktop.
Luminate CMS: Displaying the current date
<t:set id="today" value="days(0)" />
<p>Today is ${today}.</p>
<p>Today is <t:value id="today" type="date" format="EEEE, MMM d yyyy">Jan 1, 2005</t:value>.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment