: 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
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
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".
3 matches
Mail list logo