works perfectly for fomatting my date to the french standard. But It\'s hard-written in my jsp. So I ha
Create localized date format inside your properties files, e.g. with struts.date.format key:
struts.date.format
struts.date.format = dd.MM.yyyy
And use getText method to get this date format in tag format attribute:
getText
format