Module:Sandbox/Cyborg Coder/Dates: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 32:
if date == "" then date = "No date" end
--local d, y = date:match("(%d+)%D+(%d+)")
local d = date:match("%D(%d[1-3]%d)%D")
local y = date:match("(%d%d%d+)")
local mnth = date:match("%a+") or ""