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.
<span class="aui-lozenge aui-lozenge-subtle">
$StringUtils.substringBefore($page.createdAt, "T")
</span>Display a mention of the Confluence page's creator in a specific color
Get the latest cryptocurrency exchange rates for major coins
Create dropdown menus in Confluence Cloud with custom option sets, multiselect support, and permission-based access controls
Create dropdown menus in Confluence Cloud with predefined option sets and permission-based access controls
Convert a specified amount of cryptocurrency to a fiat currency
Fetch a random quote from DummyJSON API and display it in a stylized blockquote format
Add a configurable floating panel to a Confluence page
Display space details such as type, status, creation date, and links to permissions and calendars
Allow users to retrieve all pages from the current space despite the 250-page limit per request
Generate a list of all content created by the current user by default, or by a specified user, across your Confluence site