Stampa:WEEKDAY

Nga Wikipedia, enciklopedia e lirë

This template computes the week day number (from 0 on monday to 6 on sunday) for the date of the gregorian calendar (or proleptic) in parameter.

Syntax:
{{WEEKDAY|year|month|day}}
  • The year must be astronomical (year=1 in 1 AD (Anno Domini), year=0 in 1 BC, year=-1 in 2 BC).
  • The month is between 1 and 12 from january to december.
  • The day is normally between 1 and 31.

The julian day modulo 7 grows from 0 (on monday at noon) to 6 (on sunday at noon)) and returns back to 0 the next day on monday at noon (however this template ignores time, so this number is valid for the whole day from zero o'clock to midnight). This numbering order matches the order of days in the ISO week (but NOT the absolute numeric value, and not the US week day order and numbering).

Examples:
  • {{WEEKDAY|2000|1|1}} returns 5
  • {{WEEKDAY|2000|2|28}} returns 0
  • {{WEEKDAY|2000|3|1}} returns 2
  • {{WEEKDAY|2000|12|31}} returns 6
  • {{WEEKDAY|2001|1|1}} returns 0
  • {{WEEKDAY|2001|2|28}} returns 2
  • {{WEEKDAY|2001|3|1}} returns 3
  • {{WEEKDAY|2001|12|31}} returns 0
  • {{WEEKDAY|2006|2|28}} returns 1
  • {{WEEKDAY|2006|3|1}} returns 2
  • {{WEEKDAY|2006|4|22}} returns 5
See also:
Template:YEARCC
Template:YEARYY
Template:CENTURY
Template:ISLEAPYEAR
Template:JULIANDAY
Template:ISOYEAR
Template:CURRENTWEEKDAY