fmt:formatDate and fmt:setLocale problem
"Java Programmer" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have problem with using fmt:formatDate and fmt:setLocale - I use:
<fmt:setLocale value="pl_PL" />
<fmt:formatDate value="${loggeduser.createDate}" type="date"
dateStyle="MEDIUM" />
But my browser sends en_EN locale as prefered, so I cannot get date
formated in pl_PL they are always formated with browser's en_EN one -
is there any way to change this behaviour eg. NOT to take browser
prefered locales and use application ones?
Best regards,
Adr