> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 15, 2002 8:25 AM
> To: [EMAIL PROTECTED]
> Subject: Shortest date format
> 
> 
> Hi
> 
> Is there any chance that JSTL could get a date format that's 
> even shorter
> than "short"? I mean that I need the date just to be the day 
> and the month.
> And frankly, I don't think I should code this by hand (the 
> English having
> mm/dd, most others having dd/mm) when <fmt:...> usually gives 
> me all I need
> :-)

I'm not sure what you mean by "by hand". You can load the pattern from a
(localisable) resource and then pass it to <fmt:formatDate>. Is that coding
by hand (and thus bad :), or will that work for you?

--
Martin Cooper


> Oh, and by the way: Has anyone experienced problems with <fmt:...> and
> Arabic or Chinese?
> 
> Regards,
> Eric
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to