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

Is the above hebrew? (Oktober = October).

What is your point... Are u saying the below is  NOT CORRECT?

----------------
TimeZone tz = TimeZone.getTimeZone("Europe/Berlin");
DateFormat df  = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.GERMANY);
df.setTimeZone(tz);
System.out.println(df.format(new Date())+ "  :  "+ tz.getDisplayName());
-----------
Does the above code look like TimeZone == 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 for Application

  > 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:

  http://www.sustainablegis.com/projects/calendars/hebrewCalendarTB.cfm.

  is there some kind of point to this? are you again equating locales
  w/timezones?


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to