Module:Date: Revision history

From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 May 2026

  • curprev 13:0613:06, 30 May 2026 Deniskincses talk contribs m 47,993 bytes 0 Protected "Module:Date" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 13:0513:05, 30 May 2026 Deniskincses talk contribs 47,993 bytes +47,993 Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. 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) == 'table' and t._id == uniq end local function is_..."