musescore / musescore/MuseScore
The date macros ($d, $D, $M) for header/footer show the dates in ISO format (YYYYY-MM-DD) rather than as per the current locale
Open
@cbjeukendrup is already working on this.
Since Jan 16, 2023.
needs design
P2
regression MS3
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Describe the bug
The date macros ($d, $D, $M) for header/footer show the dates in US format (MM/DD/YY)
Expected behavior
Same as MuseScore 3 and before: obey MuseScore's language settings or the computer's regional settings
As an alternative (and the least thing to do) use the ISO format, YYYY-MM-DD
EDIT: The change to ISO format has been done meanwhile, as a temporary workaround, as being better than the US format,
but the locale dependant mode of MuseScore 3 (and before) hasn't yet been reinstated
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.