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.
Dear Community,
I'm trying to make a management report and for that need to show on the report always the date of today. How can I do that in Confluence?
Hi @maziar ebrahimi ,
If your company uses our Table Filter and Charts for Confluence app (you may try to find its Table Filter or Pivot Table macros in the macrobrowser to check), you may use the Table Transformer macro to show the current date using the NOW() SQL function.
SELECT FORMATDATE(NOW())
AS 'Today is'
FROM T*
Hi @maziar ebrahimi ,
welcome to the Atlassian community!
you can implement your own macro that shows the current date in a page. (https://gebsun-confluence.atlassian.net/wiki/spaces/RTC/pages/17367055/Date+and+datetime+macros)
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Fabio thanks for your quick reply. I'm using Server version which doesn't have the macros. s there anyway to create these macros in Confluence server? BR, Maziar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm trying to always show the current day, like today shows Oct 10th tomorrow shows Oct 11th and on
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can directly use Date Macro
There are two ways add Current date in confluence page
1) You can Press /date
2)You can Press //
and select current Date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Date doesn't change every day to the current date, does it?
For me it just shows the same date - date of addition of the formula.
Like Maziar, I would need to show today's date, ie that the date updates to the current day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @maziar ebrahimi welcome to the Atlassian community.
Their are 2 ways to add the date macro or use it for your Confluence purpose.
1. Content by label Macro : Add a Content by Label macro to your page to display a list of pages, blog posts or attachments that have particular labels
OR
2. Configuring Time and Date Formats: You can change how times and dates appear throughout your Confluence site to suit your organization's preferred date format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.