But wouldn't it be convenient to make 1 configuration and have all dates display the same? Well, this is possible. Just add this line of code to your trinidad-config.xml file (located in WEB-INF):
<formatting-locale>nl-BE</formatting-locale>
Of course, the locale you use determines the formatting. This particular example, nl-BE, will display all dates as dd/MM/yyyy.
No comments:
Post a Comment