× 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.



Thanks a lot Gary. It resolved my issue.

-----Original Message-----
From: Gary L Peskin [mailto:garyp@xxxxxxxxxxxx]
Sent: 23 December 2003 20:42
To: 'Java Programming on and around the iSeries / AS400';
java400-l@xxxxxxxxxxxx
Subject: RE: date format problem, JVM not taking account of QLOCALE
value


Try setting the following system values:

  QLANGID ---> ENG
  QCNTRYID --> GB

Actually, the locale is determined from the LANGID and CNTRYID of the user's
job.  But from your posting, I'm assuming that you have the USRPRF values
for LANGID and CNTRYID set to *SYSVAL for this user.

HTH,
Gary


> -----Original Message-----
> From: java400-l-bounces@xxxxxxxxxxxx 
> [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Ali Ekinci
> Sent: Tuesday, December 23, 2003 3:52 PM
> To: java400-l@xxxxxxxxxxxx
> 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.
> 


_______________________________________________
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 ...


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.