currentdate
Summary
Returns the timestamp of the current date/time.Usage
currentdate()
Returns
The current date/time as a UNIX timestamp.Description
This operator returns the UNIX timestamp for the current date/time.
Examples
Example 1
{def $timestamp=currentdate()} Current timestamp: {$timestamp}
Outputs the current timestamp.
Example 2
{def $timestamp=currentdate()} Current date/time: {$timestamp|l10n( 'shortdatetime' )}
Outputs the current date/time in a user friendly format.
Balazs Halasy (05/02/2004 10:31 am)
Balazs Halasy (04/05/2005 1:42 pm)
Comments