2.5.7. date()

string date ( string format [, int timestamp] )

Formats the date using PHP date() function syntax. If timestamp specified, formats the specified date, otherwise current time is taken.

Example 2.16. date() function

<p>Today is {date("d.m.Y")}.</p>