RE: Formatting date and time/solved

2004-04-22 Thread Marco Mistroni
7; Subject: Formatting date and time Hi all, 2day in reading struts in action I came across section that was talking about message formatting.. I have a date message that should be like 'time now is 11:00' internationalized. Following what book say, I should use something like Mymsg

Formatting date and time

2004-04-22 Thread Marco Mistroni
Hi all, 2day in reading struts in action I came across section that was talking about message formatting.. I have a date message that should be like 'time now is 11:00' internationalized. Following what book say, I should use something like Mymsg=time now is {0,time,'style'} Problem is that