EKM Tag: [ekm:date]
This tag is used to output the current date on the page.
- Tag Information
- Nesting This Tag
[ekm:date][/ekm:date]
[ekm:date]format='%d/%m/%Y';[/ekm:date]
format='%Y';
Specify the format you want the date and time to output.
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any changes to it. It can be inserted into other tags like below.
[ekm:showdata]
...
output_item='[ekm:date][/ekm:date]';
...
[/ekm:showdata]