× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



    See "Java locale" at

<http://www-919.ibm.com/servers/eserver/iseries/developer/java/deploy/deploy
guide.html>

    You may have to put the URL back together.


                                                         Joe Sam

Joe Sam Shirah -        http://www.conceptgo.com
conceptGO         -        Consulting/Development/Outsourcing
Java Filter Forum:       http://www.ibm.com/developerworks/java/
Just the JDBC FAQs: http://www.jguru.com/faq/JDBC
Going International?    http://www.jguru.com/faq/I18N
Que Java400?             http://www.jguru.com/faq/Java400



----- Original Message -----
From: "Ali Ekinci" <Ali.Ekinci@xxxxxxxxxx>
To: "java400-l@xxxxxxxxxxxx" <'java400-l@xxxxxxxxxxxx'>
Sent: Tuesday, December 23, 2003 6:52 PM
Subject: re: date format problem, JVM not taking account of QLOCALE value


>
>
> >  -----Original Message-----
> > From: Ali Ekinci
> > Sent: 23 December 2003 18:23
> > To: 'java400-l@xxxxxxxxxxxx'
> > Subject: re: date format problem, JVM not taking account of QLOCALE
value
> >
> > Hi All,
> > I can not get JVM to get locale information from *sysval on AS400. I set
QLOCALE to one of the IBM supplied locale objects in qsys.
> > CHGSYSVAL SYSVAL(QLOCALE) VALUE('qsys.lib/EN_GB.locale')
> > When I run below java pgm, it always uses EN_US as the current locale
even though the system value points to another one.
> > Is there anything else to set? Can anybody tell me what I am missing?
> > Thanks in advance.
> > Ali
> >
> > Java Class TestDateFormat:
> >
> > import java.util.Date;
> > import java.util.Locale;
> > import java.text.SimpleDateFormat;
> >
> > public class TestDateFormat {
> >

> >
> >
////////////////////////////////////////////////////////////////////////////
//
> >   // main
> >
////////////////////////////////////////////////////////////////////////////
//
> >
> >   public static void main(String[] pArgs)
> >       throws IllegalArgumentException
> > {
> >
> >     Date today;
> >     String dateOut;
> >     SimpleDateFormat dateFormatter;
> >     dateFormatter = new SimpleDateFormat();
> >
> >     today = new Date();
> >     dateOut=dateFormatter.format(today);
> >     System.out.println("Default locale: " +
Locale.getDefault().getDisplayName());
> >     System.out.println("The current date format is : "+
dateFormatter.toPattern());
> >     System.out.println("The current date is . . . .: "+ dateOut);
> >
> >     System.exit(0);
> >
> >     return;
> >
> >   }
> >
> > }
>
> _______________________________________________
> This is the Java Programming on and around the iSeries / AS400 (JAVA400-L)
mailing list
> To post a message email: JAVA400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/java400-l
> or email: JAVA400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/java400-l.
>





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.