Jump to content

Module:Citation/CS1/Configuration/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 72.190.246.114 (talk) at 09:56, 23 April 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local name = lang_obj:formatDate('F', '2022-' .. i .. '-1'); -- get long month name for each i long_t[name] = i; -- save it name = lang_obj:formatDate('M', '2022-' .. i .. '-1'); -- get short month name for each i short_t[name] = i;