Skip to content

Instantly share code, notes, and snippets.

@asicfr
Created October 15, 2012 12:33
Show Gist options
  • Save asicfr/3892223 to your computer and use it in GitHub Desktop.
Save asicfr/3892223 to your computer and use it in GitHub Desktop.
struts2RestJpaBootstrap - global properties
# 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