[#5547] - Wrong week number in fields type Date in Crosstab

Category:
Feature request
Priority:
Low
Status:
New
Project: Severity:
Minor
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

Default in java The first week of the year is the week that contains Jan 1st.
But
The first week of the year is the week that contains Jan 4th. This is the recommendation from the ISO 8601:2000 standard (gregorian calendar)
With java.lang.calendar is easy to fix
calendar.setMinimalDaysInFirstWeek(4);
or GregorianCalendar
In iReport the fields can not be Calendar

javiersainz's picture
Joined: Mar 14 2011 - 8:50am
Last seen: 12 years 3 months ago
Feedback
randomness