Last modified by Thomas Mortagne on 2017/03/24

From version 1.1 >
edited by Marius Dumitru Florea
on 2015/02/13
To version < 2.1 >
edited by Marius Dumitru Florea
on 2015/02/13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -38,8 +38,19 @@
38 38  
39 39  == Miscellaneous ==
40 40  
41 -<other dev stuff to add and link to JIRA for all issues fixed>
41 +* $datetool has a new method to access the [[DateFormatSymbols>>http://docs.oracle.com/javase/7/docs/api/java/text/DateFormatSymbols.html]]:(((
42 +{{code language="none"}}
43 +{{velocity}}
44 +#set ($currentLocale = $services.localization.currentLocale)
45 +#set ($dateFormatSymbols = $datetool.getDateFormatSymbols($currentLocale))
46 +$jsontool.serialize($dateFormatSymbols.shortMonths)
42 42  
48 +## Output for French locale:
49 +## ["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc.",""]
50 +{{/velocity}}
51 +{{/code}}
52 +)))
53 +
43 43  = Translations =
44 44  
45 45  The following translations have been updated:

Get Connected