Created
October 15, 2012 12:33
-
-
Save asicfr/3892223 to your computer and use it in GitHub Desktop.
struts2RestJpaBootstrap - global properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# permet de s'assurer du format en francais lors des soumissions | |
my.format.time = {0,time} | |
my.format.number = {0,number,#0.0##} | |
my.format.percent = {0,number,##0.00'%'} | |
my.format.money = {0,number,\u00A4##0.00} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment