Module:Sandbox/Anirudh23042003: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 62:
p.unpackdate2 = function(frame)
local dmydate = frame.args.dmydate or ""
local month, day, punct, year = string.match(dmydate, "(%w+) (%d+)(%p), (%w+)")
return "Year = " .. year .. "<br>Day = " .. day .. "<br>Month = " .. month
end