Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 18:00, 24 December 2023 Neygatoo talk contribs created page Module:Date converter (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...')