RE: bean write format=mm/dd/yyyy

2005-03-07 Thread Brian McGovern
: Struts Users Mailing List Subject: Re: bean write format=mm/dd/ Actually, if you are using "mm/dd/", I could be wrong. Are you sure you aren't using MM/dd/? SimpleDateFormat uses M for month and m for minute, so now I'm beginning to wonder if bean:wri

Re: bean write format=mm/dd/yyyy

2005-03-07 Thread Erik Weber
Actually, if you are using "mm/dd/", I could be wrong. Are you sure you aren't using MM/dd/? SimpleDateFormat uses M for month and m for minute, so now I'm beginning to wonder if bean:write actually does use SimpleDateFormat . . . Erik Erik Weber wrote: Refer to the API documentation fo

Re: bean write format=mm/dd/yyyy

2005-03-07 Thread Erik Weber
Refer to the API documentation for java.text.SimpleDateFormat. Erik Brian McGovern wrote: Hi. I'm having some problems finding documentation on how to format a java.util.Date object in my presentation layer. I have and it works fine. But I want output like this "Monday, January 1st 2005".