I'm overlooking something small...
How can I format dates with velocity?
{{velocity}}
#set($myDate = $doc.getContentUpdateDate())
Last updated at $date.format('medium',$myDate)
Last updated at $date.format('yyyy-MM-dd',$myDate)
{{/velocity}}
Both $date.format are not working!
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Velocity-format-date-tp7580272.html
Sent from the XWiki- Dev mailing list archive at
Nabble.com.