Resource Menu


posted by Sebastien Jourdain at Apr 24, 2008 8:37 AM
Quote
A solution would be to update all the <fmt:formatDate value="XXXXX" type="both" timeStyle="short"/> in the JSP and add the pattern attribute. And if the pattern could be provided in the application_XX.properties, it would be perfect.

Check this page for the API: http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/fmt/formatDate.html

A message in the application_XX.properties is retrieved in the JSP like this: <fmt:message key="XXXXXX"/>

posted by Paul Libbrecht at Apr 23, 2008 11:15 PM
Quote
Hello Libresourcers,

the current date format of libresource is pretty… american… any chance that could be tuned somewhere?

thanks in advance.

paul