Creation Date — Confluence Cloud Macro
This macro displays the creation date of the current Confluence page. It uses the $page.createdAt variable to retrieve the page's creation date and formats it for display inside an AUI lozenge.
User Parameters
This macro comes without configurable user parameters.
Template
<span class="aui-lozenge aui-lozenge-subtle">
$StringUtils.substringBefore($page.createdAt, "T")
</span>Recommended Macros
Shows a mention of the user who created the current page. If it's a current user, mention blue. If it's another user, mention gray.
Add a configurable floating panel to a Confluence page
Display a custom list of recently updated content
Get the latest cryptocurrency rates for major coins.
Based on CQL it shows a table with: Page title, Author, Updated, Status
An overview of all pages within one space which contains the title, the version, and the last updated date
Macro that will show a "Delete me" message only for editors (in the Page Edit mode)
Show confetti bursts and a motivational message upon saving an edited page