Description
Outputs current datetime, formatted in provided format.
Schema
Child nodes are not allowed.
Attributes
format - string. Datetime format (corresponding to Python datetime format) which will be used to present appropriate output. . Default: %Y.
Example
<now format="%d/%m/%y"/>
This will produce following output (for 15 July of 2016):
15/07/16