JDK-4302966 : In Czech Republic first day of week is Monday not Sunday
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2000-01-06
  • Updated: 2013-08-14
  • Resolved: 2001-11-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 rc1Fixed
Related Reports
Relates :  
Relates :  
Description

Name: krT82822			Date: 01/06/2000


(see also 4143951, 4244752)

java version "1.3beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3beta-O)
Java(TM) HotSpot Client VM (build 1.3beta-O, mixed mode)


with Locale "cs" (Czech) Calendar.getFirstDayOfWeek returns Sunday, but proper
is Monday. Also Calendar.set(DAY_OF_WEEK, _) sets wrong day.
(Review ID: 99658) 
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-rc1 FIXED IN: merlin-rc1 INTEGRATED IN: merlin-rc1
14-06-2004

EVALUATION karl.hong@eng 2001-07-12 Could submitter provide official document to show the first day of week is Monday, not Sunday? I don't like to update the stting with someone's preference. I don't understand what does 'Calendar.set(DAY_OF_WEEK, _) sets wrong day' means. ###@###.### 2001-10-15 I have setup DateTimeElements in LocaleElements_cs.java to correct the problem for first day of week.
15-10-2001