Jump to content

Module:Calendar: Mbili yakawelezgekelo

Kupambana kwake: Sankhani mabatani gha pa wayilesi gha ivyo mwasintha kuti muyaniske na kudofya batani lakuzomelezga panji batani ilo lili pasi.
Chimanyisko: (⧼sono⧽) = mphambano na kusintha kwasonosono, (⧼chaumalilo⧽) = mphambano na kusintha kwakumanyuma, m = kusintha kuchoko.

28 Meyi 2023

  • kwasonokumasinda 12:0612:06, 28 Meyi 2023 Tumbuka Arch pakuchezgela Volemba 7,113 bytes +7,113 Created page with "require('strict') local p = {} local root = {} local function addRow(row) table.insert(root, row) end local function isLeapYear(year) return year % 4 == 0 and (year % 100 ~= 0 or year % 400 == 0) end local function getDaysInMonth(month, year) return month == 2 and isLeapYear(year) and 29 or ("\31\28\31\30\31\30\31\31\30\31\30\31"):byte(month) end local function getMonthNumber(m) if tonumber(m) ~= nil then return tonumber(m) elseif m..."