Usermacro Page-Properties

Tim1979 April 14, 2013

i need atable with the following information in a page

  • author
  • creation date
  • last edited
  • version

these things i have found and it works in a usermacro

  • $content.version
  • $content.lastModificationDate

  • but how can i reformat the time? I need this format day, month, year (01.03.2013)
  • what is the name of the other fields author and creation date?

1 answer

0 votes
resah
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 15, 2013

Hi Tim,

this might be a page you are looking for: https://developer.atlassian.com/display/CONFDEV/Confluence+Objects+Accessible+From+Velocity

It lists all objects, which should be available in most contexts. To format a date, I recommend

$generalUtil.getFormatDateSimple($content.lastModificationDate)

The class GeneralUtil offers other date format methods, too.

Regards

Theresa

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events