Module:Sandbox/Hellknowz/Test: Difference between revisions

Content deleted Content added
play with date recognition
m whoops
Line 40:
if (match == nil) then return input .. ' -> is not a recognized pattern match' end
 
local month = monthIndices(string.lower(smatch[2]))
 
if (month == nil) then return input .. ' -> does not have a recognized month name' end