currentdate()
This operator returns the UNIX timestamp for the current date/time.
{def $timestamp=currentdate()} Current timestamp: {$timestamp}
Outputs the current timestamp.
{def $timestamp=currentdate()} Current date/time: {$timestamp|l10n( 'shortdatetime' )}
Outputs the current date/time in a user friendly format.
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.