Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Aaron Neff / ()
Created: 04/26/2018
Components: Language, Functions
Versions: 2018
Failure Type: Usability Issue
Found In Build/Fixed In Build: 2018.0.01.308605 /
Priority/Frequency: Normal / Few users will encounter
Locale/System: / Platforms All
Vote Count: 0
Issue: week() supports ISO Week Date, but not year() and dayOfWeek()
An ISO week date can differ from a Gregorian calendar date in each of these:
- year
- week
- weekday
Consider createDate(2016,1,3)
- In Gregorian Calendar: year=2016, week=1, weekday=1
- In ISO-8601 Calendar: year=2015, week=53, weekday=5
History: CF2016 added support for week(date[, calendar])//i.e. week(date, "iso") (good).
These still need fixed:
- CF-4126506, for year(date[, calendar])//i.e. year(date, "iso")
- CF-4100122, for dayOfWeek(date[, calendar])//i.e. dayOfWeek(date, "iso")
Related URL: https://en.wikipedia.org/wiki/ISO_week_date
Attachments:
Comments: