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.ht…
Sent from the XWiki- Dev mailing list archive at
Nabble.com.