How can I print the current date in the velocity template for the release notes (either text or html).
#set ($date = $dateUtil)
#set ($currentDate = $date.getCurrentDate())
<h2>Version $version - $currentDate</h2>
doesn't work.
Community moderators have prevented the ability to post new answers.