Template:Next ISO week
2024/42/1 (2024-10-14, Mon)
Usage
Returns the formatted date for the next ISO week, given another reference ISO week.
Parameters
- isoyear
- (optional) the reference ISO year. The default value is
{{CURRENTISOYEAR}}
. - isoweek
- (optional) the reference ISO week in that year. The default value is
{{CURRENTISOWEEK}}
. - format
- (optional) format used to return the computed date. The default value is "o/W". The sample shown here uses "o/W/N (Y-M-d, D)" ("N" should always return "1" for Monday, and "D" should always be "Mon" for English). You can also return an ISO date using "Y-m-d".
- lang
- (optional) the language code used to format the returned date. The default value is "en" for English.
See also
{{Previous ISO week}}
,{{Current ISO week}}
- format strings used by the Parserfunction #time (in MediaWiki documentation)