RE: Setting Locale for Application

2003-10-14 Thread Joe Eugene
---Original Message-   From: Paul Hastings [mailto:[EMAIL PROTECTED]   Sent: Monday, October 13, 2003 6:57 PM   To: CF-Talk   Subject: Re: Setting Locale for Application   > Do you have a correct way of displaying BERLIN TimeZone (Date/Time) +   IN-GERMAN LOCALE?   what's localized in j

Re: Setting Locale for Application

2003-10-13 Thread Paul Hastings
> Do you have a correct way of displaying BERLIN TimeZone (Date/Time) + IN-GERMAN LOCALE? what's localized in java is hit & miss. not everything's localized nor is it localized to the same level. and that is all i shall say on the subject. [Todays Threads] [This Message] [Subscription] [F

Re: Setting Locale for Application

2003-10-13 Thread Joe Eugene
meZone == Locale ? IF the above is NOT Correct Do you have a correct way of displaying BERLIN TimeZone (Date/Time) + IN-GERMAN LOCALE? Joe Eugene   - Original Message -   From: Paul Hastings   To: CF-Talk   Sent: Monday, October 13, 2003 3:35 PM   Subject: Re: Setting Locale fo

Re: Setting Locale for Application

2003-10-13 Thread Paul Hastings
> I never said TimeZone == Locale you started off this whole thing like that. > OUPUT : Montag, 13. Oktober 2003 21.10 Uhr CEST  : Central European Time > You can see the Date/Time for Berlin TimeZone Displayed in LOCAL GERMAN FORMAT. so? here's hebrew dates w/hebrew calendar in thai or whatever

Re: Setting Locale for Application

2003-10-13 Thread Joe Eugene
CAL GERMAN FORMAT. Joe Eugene   - Original Message -   From: Paul Hastings   To: CF-Talk   Sent: Monday, October 13, 2003 2:19 PM   Subject: Re: Setting Locale for Application   > I understand the example grabs the TimeZone of User Browser to pass it   back   > to th

Re: Setting Locale for Application

2003-10-13 Thread Paul Hastings
> I understand the example grabs the TimeZone of User Browser to pass it back > to the server. Doesnt the name(getClientTZ.cfm) itself imply that... duh!. no you don't. it gets the timezone _offset_, not the timezone. the other malarkey about timeZoneCFC, geoLocatorCFC, etc. is aimed at fixing

Re: Setting Locale for Application

2003-10-13 Thread Joe Eugene
me Zone's regardless of Server Time... So i think this is should be implemented as a Core function of CFMX (i.e. overload dateFormat()) Joe Eugene - Original Message -   From: Paul Hastings   To: CF-Talk   Sent: Monday, October 13, 2003 1:10 PM   Subject: Re: Setting Locale for A

Re: Setting Locale for Application

2003-10-13 Thread Paul Hastings
> There isnt a direct way to Pull the Locale Time Zone in CFMX, you have use Native Classes to do this. > dateConvert() is NOT a clean solution.. you've missed the whole point of that example. it grabs the timezone offset from the client's w/s & silently passes it back to the server. from there yo

Re: Setting Locale for Application

2003-10-13 Thread Joe Eugene
lia/Melbourne") Joe Eugene   - Original Message -----   From: Paul Hastings   To: CF-Talk   Sent: Monday, October 13, 2003 10:35 AM   Subject: Re: Setting Locale for Application   > > then what are you after with setLocale and LSDateFormat?   >   > I think u can convert the

Re: Setting Locale for Application

2003-10-13 Thread Paul Hastings
> > then what are you after with setLocale and LSDateFormat? > > I think u can convert the local time to GMT and +/- to get the desired Regional Date/Time using CF > but I was under the impression (setLocale and other International functions) would  allow you > to dynamically set the Locale for the

Re: Setting Locale for Application

2003-10-13 Thread Joe Eugene
Paul, Yes, i can use Native Java Classes (GregorianCalender,TimeZone) to pull any Regional Date/Time. > then what are you after with setLocale and LSDateFormat? I think u can convert the local time to GMT and +/- to get the desired Regional Date/Time using CF but I was under the impression (setL

RE: Setting LocalE for Application

2003-10-11 Thread Joe Eugene
It returns Server Date/Time  Not the Locale Date/Time. Default #GetLocale()# #LSDateFormat(now(),"MM-DD-")#  #LSTimeFormat(now(),"hh:mm")# Setting to Australian(English (Australian))... #GetLocale()# #LSDateFormat(now(),"MM-DD-")#  #LSTimeFormat(now(),"hh:mm")# Joe -Original Mess