Struts2 : internationalize s:date?

前端 未结 2 1618
眼角桃花
眼角桃花 2021-01-24 20:46

works perfectly for fomatting my date to the french standard. But It\'s hard-written in my jsp. So I ha

2条回答
  •  一向
    一向 (楼主)
    2021-01-24 21:33

    Create localized date format inside your properties files, e.g. with struts.date.format key:

    struts.date.format = dd.MM.yyyy
    

    And use getText method to get this date format in tag format attribute:

    
    

提交回复
热议问题