Jump to content

Module:Date converter: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

24 December 2023

  • curprev 18:0218:02, 24 December 2023 Neygatoo talk contribs m 1,794 bytes −3 No edit summary undo
  • curprev 18:0018:00, 24 December 2023 Neygatoo talk contribs 1,797 bytes +1,797 Created page with 'local p = {} local month_names = {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"} local function d_m_y(day, month, year) year = tonumber(year) day = tonumber(day) month = tonumber(month) -- Inverts day by year, if the date format is xxxx/xx/xx if (day and day > 100) then day, year = year, day end -- Adds two thousand if the date entered is two digits if (year and yea...'