Sightly Extension to format dates
With JSP/JSTL there is the tag <fmt:formatDate> to format dates according to the current locale. With Sightly there is currently not such an extension and also custom extensions are not supported (see questions at http://dev.day.com/content/ddc/en/gems/introduction-to-sightly/_jcr_content/par/download_0/file.res/Introduction%20to%20Sightly%20Q_As.pdf). What should we do to do date formatting properly. I don't want to do the formatting in my model class because that is clearly functionality belonging to the view.