Add support for Day of Week for ISO weeks (in IsoWeek plugin)
Open
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Advanced formats support ISO Week of year which is wonderful, thank you! ISO Week day of week starts at 1 (not 0), and so there is currently no way to format a data in ISO Week format (since there is no `d` specifier that begins at `1` rather than `0`).
**Expected behavior**
Please consider adding an equivalent ISO Day of week to support format strings.
Contributor guide
Research direction
Start by locating the IsoWeek plugin and the existing week-formatting tests or entry points. Determine how an ISO weekday format specifier should be exposed, then verify that it produces values from 1 through 7 for ISO weeks and that the relevant formatting tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100