Last active
October 13, 2015 09:17
-
-
Save makbeta/4173273 to your computer and use it in GitHub Desktop.
Luminate CMS: Displaying the current date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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