Content deleted Content added
No edit summary |
No edit summary |
||
Line 97:
--fifth try: parse as year
if string.match(indate,"(%d+)%D+(%d+)") then return "Invalid
local num0=string.match(indate,"(%d+)")
if p.valid(nil,nil,year) then year,inform=num0,"year" else
return
end end end end end end end end end end end end end end end-- ends from all the elses
|