You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is there a macro (or some other way) to display the current date on a confluence page? My purpose is to display a field that shows the current age of something, given a birth date. For example, Android 7.0 was released on 8/22/2016. If I view the page today, it should say: 4 years 11 months 4 days. And then tomorrow when someone views the page, it should say: 4 years 11 months 5 days.
@Philip Hadley Welcome to the Atlassian Community
Since you are on server you could create your own macro and add it to the page or to a template. You can see all the different date types that can be used here: https://gebsun-confluence.atlassian.net/wiki/spaces/RTC/pages/17367055/Date+and+datetime+macros
I created one that shows the last date updated
<br />
<hr />
Last Modified: $action.dateFormatter.formatDateTime($content.lastModificationDate)
and it appears as Last Modified: Aug 05, 2021 10:22
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.