Hi,
Is there a macro for displaying only the current date? I am having rss feeds in my confluence page. The feeds get updated on an hourly basis. So i want to have a verbage under each feed saying "last updated on so n so date". I dont want to go in everyday and manually do it so a current date macro from the systems clock would be very handy. Any solutions? plz help!
Thanks!
Avinash
I found it! You have to create a user macro with this $action.dateFormatter.format($content.currentDate) included in your templete.
Hi guys,
I just wish to show the Year only and not the whole date. Could you please help me with that or guide me to any documenation?
Thanks heaps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This may be no longer relevant to you, but as I stumbled across these examples requiring add-ons I thought I post the easiest one using the DOM:
## @noparams #set($yr = 1900 + $content.currentDate.year) $yr
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Probably. Google around to find what is available is velocity.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.