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.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to