0

I want if the value is 1.50 ,it should display 1.50 but it displays 1.5. It truncates 0

I tried below code but no luck

<display:column title="MTD" sortable="true" property="mtd"  format="{0,number,#.##}"></display:column>
happy
  • 2,550
  • 17
  • 64
  • 109

1 Answers1

0

Have a look at example here: http://demo.displaytag.org/displaytag-examples-1.1/example-format.jsp This format can help you: format="{0,number,0,000.00} $"

Alex
  • 11,451
  • 6
  • 37
  • 52