11 Jul
2012
11 Jul
'12
8:23 a.m.
In the end, it's not that hard... #set($ManualDoc = $xwiki.getDocument("SpaceName.PageName")) #set($ManualDate = $ManualDoc.getContentUpdateDate()) ##dutch $ManualDoc.getDisplayTitle() is bijgewerkt op $datetool.format('yyyy-MM-dd',$ManualDate) door $ManualDoc.getAuthor() ($datetool.whenIs($ManualDate)) ##english $ManualDoc.getDisplayTitle() has been updated at $datetool.format('yyyy-MM-dd',$ManualDate) by $ManualDoc.getAuthor() ($datetool.whenIs($ManualDate)) -- View this message in context: http://xwiki.475771.n2.nabble.com/Velocity-format-date-tp7580272p7580289.htm... Sent from the XWiki- Dev mailing list archive at Nabble.com.