I've tried this, too. but no success. Thanks a lot. Ludovic -----Original Message----- From: sahaya ranialex [mailto:[EMAIL PROTECTED]] Sent: jeudi 21 d�cembre 2000 17:37 To: JRun-Talk Subject: Re: problem to show russian dates SimpleDateFormat sdf = new SimpleDateFormat ("d-MMMMM-yyyy", new Locale("ru","RU")); why don't you try this? Hope this should work. sahaya >From: "BERTIN,LUDOVIC (Non-HP-France,ex1)" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: JRun-Talk <[EMAIL PROTECTED]> >Subject: problem to show russian dates >Date: Thu, 21 Dec 2000 17:15:15 +0100 > >Hi, > >I have to show russian dates on screens, so I use the following code : > ><%@ page import="java.util.GregorianCalendar"%> ><%@ page import="java.text.SimpleDateFormat"%> > ><% > SimpleDateFormat sdf = new SimpleDateFormat ("d-MMM-yyyy", new >Locale("ru","")); > Calendar g = new GregorianCalendar(2000, 11, 14); >%> ><%=sdf.format(g.getTime())%> > >and the result is : >14-???-2000 > >Does anyone have en explication and a solution to the problem ? > >Thanks >Ludovic BERTIN > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: problem to show russian dates
BERTIN,LUDOVIC (Non-HP-France,ex1) Fri, 22 Dec 2000 02:10:36 -0800
- problem to show russian dates BERTIN,LUDOVIC (Non-HP-France,ex1)
- Re: problem to show russian dates sahaya ranialex
- RE: problem to show russian dates Eric Kreiser
- RE: problem to show russian dates BERTIN,LUDOVIC (Non-HP-France,ex1)
- BERTIN,LUDOVIC (Non-HP-France,ex1)
