Format number in Struts 2 tag

前端 未结 6 2007
梦毁少年i
梦毁少年i 2021-02-01 23:28

I would like to format number displayed by tag in Struts 2. There is a double value. How can I do that? Sho

6条回答
  •  轮回少年
    2021-02-01 23:58

    This one is quicker:

    
    

    And in your properties file this:

    struts.money.format= {0,number,\u00A4##0.00}
    

    Hope this help

提交回复
热议问题