Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

This simple user macro renders current timestamp on the page (please note that it uses server's time)

Online demo

Sat May 04 11:55:30 EEST 2024


User macro code

## @noparams

$content.currentDate

Full configuration


Also you can extend this to print out date and time using formatting options you have configured in your Confluence 

$action.dateFormatter.formatDateTime($content.currentDate)

May 04, 2024 11:55

  • No labels