ទំព័រគំរូ:Weekday in month/doc

ពីវិគីភីឌា

Usage[កែប្រែ]

Code

Note that the order of the input can be reversed. The following give the same output.

{{Weekday in month|y|m|w|n}}
{{Weekday in month|n|w|m|y}}

Note that the year is optional. The following give the nth w-day of month m this year.

{{Weekday in month||m|w|n}}
{{Weekday in month|n|w|m}}
Parameters
y year numeric format, certain words, blank
  • Integers from 1000 to 9999 are accepted.
  • last year and next year are accepted.
  • The year is optional (defaults to the current year).
m month numeric format, spelt out in full or abbreviated
  • For numeric input a leading zero is optional.
  • Three-letter abbreviations are accepted (e.g. Jan, Feb, etc.)
w weekday numeric format, spelt out in full or abbreviated
  • Three-letter abbreviations are accepted (e.g. Sun, Mon, etc.)
  • The weekday numbering follows ISO practice (Sunday → 0, Monday → 1, ... Saturday → 6).
n count numeric format, spelt out in full or abbreviated
  • Positive intergers give the nth Sunday/Monday ... Saturday of the month.
  • Negative intergers give the nth last Sunday/Monday ... Saturday of the month.
  • Words are accepted (e.g. first, last, etc.)
  • Abbreviations are accepted (e.g. 1st, 2nd, etc.)
Examples
  • for the first Sunday of January 2000
    • n = first, 1st or 1
    • w = Sunday, Sun or 0
    • m = January, Jan or 1
    • y = 2000
  • for the first Monday of February 2006
    • n = first, 1st or 1
    • w = Monday, Mon or 1
    • m = February, Feb or 2
    • y = 2006
  • for the first Tuesday of March 2010
    • n = first, 1st or 1
    • w = Tuesday, Tue or 2
    • m = March, Mar or 3
    • y = 2010
  • for the second Tuesday of April 2012
    • n = second, 2nd or 2
    • w = Tuesday, Tue or 2
    • m = April, Apr or 4
    • y = 2012
  • for the second Tuesday of May 2020
    • n = second, 2nd or 2
    • w = Tuesday, Tue or 2
    • m = May or 5
    • y = 2020
  • for the second Wednesday of June 2100
    • n = second, 2nd or 2
    • w = Wednesday, Wed or 3
    • m = June, Jun or 6
    • y = 2100
  • for the third Wednesday of July this year
    • n = third, 3rd or 3
    • w = Wednesday, Wed or 3
    • m = July, Jul or 7
    • y = {{#time:Y}}, {{CURRENTYEAR}} or leave it blank
  • for the third Thursday of August this year
    • n = third, 3rd or 3
    • w = Thursday, Thu or 4
    • m = August, Aug or 8
    • y = {{#time:Y}}, {{CURRENTYEAR}} or leave it blank
  • for the last Thursday of September last year
    • n = last or -1
    • w = Thursday, Thu or 4
    • m = September, Sep or 9
    • y = {{#time:Y|last year}}, {{LASTYEAR}} or last year
  • for the last Friday of October last year
    • n = last or -1
    • w = Friday, Fri or 5
    • m = October, Oct or 10
    • y = {{#time:Y|last year}}, {{LASTYEAR}} or last year
  • for the second last Friday of November next year
    • n = second last, 2nd last or -2
    • w = Friday, Fri or 5
    • m = November, Nov or 11
    • y = {{#time:Y|next year}}, {{NEXTYEAR}} or next year
  • for the second last Saturday of December next year
    • n = second last, 2nd last or -2
    • w = Saturday, Sat or 6
    • m = December, Dec or 12
    • y = {{#time:Y|next year}}, {{NEXTYEAR}} or next year

Calculation[កែប្រែ]

The template then gives j, the day of the month, as caclulated by the following formulae.

j = 7×n − 6 + (ww1) mod 7 (for positive n)
j = t + 7×(n + 1) − (wtw) mod 7 (for negative n)

Where t is the last day of the month, wt is the ISO weekday number of the last day of the month, w1 is the ISO weekday number of the first day of the month and n and w are as defined above.

Examples[កែប្រែ]

year MLK Jr Day (US) Presidents Day (US) Memorial Day (US) Labor Day (US) Columbus Day (US) Father's Day
(Australia)
Mother's Day
(many countries)
Thanksgiving
(Norfolk Island)
Melbourne Cup Day
(Australia)
3rd Monday in January 3rd Monday in February Last Monday in May 1st Monday in September 2nd Monday in October 1st Sunday in September 2nd Sunday in May last Wednesday of November first Tuesday in November
២០១៩ Expression error: Unexpected > operator. January Expression error: Unexpected < operator. February Expression error: Unexpected > operator. May Expression error: Unrecognized punctuation character "១". September Expression error: Unrecognized punctuation character "១". October Expression error: Unrecognized punctuation character "០". September Expression error: Unrecognized punctuation character "០". May Expression error: Unexpected < operator. November Expression error: Unrecognized punctuation character "២". November
{{weekday in month
|២០១៩|1|1|3}}
{{weekday in month
|3|1|2|២០១៩}}
{{weekday in month
|២០១៩|5|1|-1}}
{{weekday in month
|first|Monday
|September|២០១៩}}
{{weekday in month
|2nd|Mon|Oct|២០១៩}}
{{weekday in month
|1st|sun|oct|២០១៩}}
{{weekday in month
|2|sun|may|២០១៩}}
{{weekday in month
|last|Wed|Nov|២០១៩}}
{{weekday in month
|1st|Tue|Nov|២០១៩}}
២០២០ Expression error: Unexpected > operator. January Expression error: Unexpected < operator. February Expression error: Unexpected > operator. May Expression error: Unrecognized punctuation character "១". September Expression error: Unrecognized punctuation character "១". October Expression error: Unrecognized punctuation character "០". September Expression error: Unrecognized punctuation character "០". May Expression error: Unexpected < operator. November Expression error: Unrecognized punctuation character "២". November
{{weekday in month
|២០២០|1|1|3}}
{{weekday in month
|3|1|2|២០២០}}
{{weekday in month
|២០២០|5|1|-1}}
{{weekday in month
|first|Monday
|September|២០២០}}
{{weekday in month
|2nd|Mon|Oct|២០២០}}
{{weekday in month
|1st|sun|oct|២០២០}}
{{weekday in month
|2|sun|may|២០២០}}
{{weekday in month
|last|Wed|Nov|២០២០}}
{{weekday in month
|1st|Tue|Nov|២០២០}}
២០២១ Expression error: Unexpected > operator. January Expression error: Unexpected < operator. February Expression error: Unexpected > operator. May Expression error: Unrecognized punctuation character "១". September Expression error: Unrecognized punctuation character "១". October Expression error: Unrecognized punctuation character "០". September Expression error: Unrecognized punctuation character "០". May Expression error: Unexpected < operator. November Expression error: Unrecognized punctuation character "២". November
{{weekday in month
|២០២១|1|1|3}}
{{weekday in month
|3|1|2|២០២១}}
{{weekday in month
|២០២១|5|1|-1}}
{{weekday in month
|first|Monday
|September|២០២១}}
{{weekday in month
|2nd|Mon|Oct|២០២១}}
{{weekday in month
|1st|sun|oct|២០២១}}
{{weekday in month
|2|sun|may|២០២១}}
{{weekday in month
|last|Wed|Nov|២០២១}}
{{weekday in month
|1st|Tue|Nov|២០២១}}
២០២២ Expression error: Unexpected > operator. January Expression error: Unexpected < operator. February Expression error: Unexpected > operator. May Expression error: Unrecognized punctuation character "១". September Expression error: Unrecognized punctuation character "១". October Expression error: Unrecognized punctuation character "០". September Expression error: Unrecognized punctuation character "០". May Expression error: Unexpected < operator. November Expression error: Unrecognized punctuation character "២". November
{{weekday in month
|២០២២|1|1|3}}
{{weekday in month
|3|1|2|២០២២}}
{{weekday in month
|២០២២|5|1|-1}}
{{weekday in month
|first|Monday
|September|២០២២}}
{{weekday in month
|2nd|Mon|Oct|២០២២}}
{{weekday in month
|1st|sun|oct|២០២២}}
{{weekday in month
|2|sun|may|២០២២}}
{{weekday in month
|last|Wed|Nov|២០២២}}
{{weekday in month
|1st|Tue|Nov|២០២២}}
២០២៣
(last year)
Expression error: Unexpected > operator. January Expression error: Unexpected < operator. February Expression error: Unexpected > operator. May Expression error: Unrecognized punctuation character "១". September Expression error: Unrecognized punctuation character "១". October Expression error: Unrecognized punctuation character "០". September Expression error: Unrecognized punctuation character "០". May Expression error: Unexpected < operator. November Expression error: Unrecognized punctuation character "២". November
{{weekday in month
|២០២៣|1|1|3}}
{{weekday in month
|3|1|2|២០២៣}}
{{weekday in month
|២០២៣|5|1|-1}}
{{weekday in month
|first|Monday
|September|២០២៣}}
{{weekday in month
|2nd|Mon|Oct|២០២៣}}
{{weekday in month
|1st|sun|oct|២០២៣}}
{{weekday in month
|2|sun|may|២០២៣}}
{{weekday in month
|last|Wed|Nov|២០២៣}}
{{weekday in month
|1st|Tue|Nov|last year}}
២០២៤
(this year)
Expression error: Unexpected > operator. January Expression error: Unexpected < operator. February Expression error: Unexpected > operator. May Expression error: Unrecognized punctuation character "១". September Expression error: Unrecognized punctuation character "១". October Expression error: Unrecognized punctuation character "០". September Expression error: Unrecognized punctuation character "០". May Expression error: Unexpected < operator. November Expression error: Unrecognized punctuation character "២". November
{{weekday in month
|២០២៤|1|1|3}}
{{weekday in month
|3|1|2|២០២៤}}
{{weekday in month
|២០២៤|5|1|-1}}
{{weekday in month
|first|Monday
|September|២០២៤}}
{{weekday in month
|2nd|Mon|Oct|២០២៤}}
{{weekday in month
|1st|sun|oct|២០២៤}}
{{weekday in month
|2|sun|may|២០២៤}}
{{weekday in month
|last|Wed|Nov|២០២៤}}
{{weekday in month
|1st|Tue|Nov}}
២០២៥
(next year)
Expression error: Unexpected > operator. January Expression error: Unexpected < operator. February Expression error: Unexpected > operator. May Expression error: Unrecognized punctuation character "១". September Expression error: Unrecognized punctuation character "១". October Expression error: Unrecognized punctuation character "០". September Expression error: Unrecognized punctuation character "០". May Expression error: Unexpected < operator. November Expression error: Unrecognized punctuation character "២". November
{{weekday in month
|២០២៥|1|1|3}}
{{weekday in month
|3|1|2|២០២៥}}
{{weekday in month
|២០២៥|5|1|-1}}
{{weekday in month
|first|Monday
|September|២០២៥}}
{{weekday in month
|2nd|Mon|Oct|២០២៥}}
{{weekday in month
|1st|sun|oct|២០២៥}}
{{weekday in month
|2|sun|may|២០២៥}}
{{weekday in month
|last|Wed|Nov|២០២៥}}
{{weekday in month
|1st|Tue|Nov|next year}}

See also[កែប្រែ]