Feature summary (what you would like to be able to do and where):
The ISO standard suggests that I can represent date intervals in the following format YYYY-MM-DD/DD, YYYY-MM/MM-DD, `YYYY-MM/MM etc. It would be useful to be able to convert data from dates into readable intervals:
| 2024-03-12/15 | 12-15 March 2024 |
| 2024-03-12/04-15 | 12 March - 15 April 2024 |
| 2024-03/04 | March - April 2024 |
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
At the moment, I am thinking about how to adapt normal display of dates in citations for all languages with minimal pain. For now, I can say that the only way is to convert to ISO format and then convert to the desired language. Intervals is a big part of citations.
Benefits (why should this be implemented?):
This will allow modules such as https://en.wikipedia.org/wiki/Module:Citation/CS1 to provide dates in the required language more efficiently.