RE: Format Date Question

2004-10-01 Thread Robert Taylor
Well, you could try to use and if it works, then your container supports it :) else robert > -Original Message- > From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] > Sent: Friday, October 01, 2004 3:21 PM > To: 'Struts Users Mailing List' > Subject: RE: Forma

RE: Format Date Question

2004-10-01 Thread CRANFORD, CHRIS
lto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 3:16 PM To: Struts Users Mailing List Subject: RE: Format Date Question In JSP2.0 you could use JSTL fn:toUpperCase() after you format the date. robert > -Original Message- > From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] > Sent:

RE: Format Date Question

2004-10-01 Thread Robert Taylor
In JSP2.0 you could use JSTL fn:toUpperCase() after you format the date. robert > -Original Message- > From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] > Sent: Friday, October 01, 2004 2:50 PM > To: '[EMAIL PROTECTED]' > Subject: Format Date Questi

Format Date Question

2004-10-01 Thread CRANFORD, CHRIS
I am using the fmt:formateDate taglib with a pattern in order to present dates in a specified format. Ideally we'd like to output our dates as such 02-APR-2004 instead of 02-Apr-2004. Is there any pattern or way I could force format date to output the date in uppercase? _