Модуль:Date: история изменений

Выбор версий: отметьте версии страницы, которые вы хотите сравнить, и нажмите Enter или кнопку ниже.
Пояснения: (текущ.) — отличия от текущей версии; (пред.) — отличия от предыдущей версии; м — малые изменения.

1 мая 2024

25 июня 2023

  • текущ.пред. 00:1900:19, 25 июня 2023ru>Andras 47 536 байт +47 536 Новая страница: «-- Date functions for use by other modules. -- I18N and time zones are not supported. -- Original source: en:Module:Date local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t)...»