4,595
edits
No edit summary |
No edit summary |
||
Line 53: | Line 53: | ||
status = frame.args[3] | status = frame.args[3] | ||
return | if birthDate == nil then | ||
return 1 | |||
else | |||
return 0 | |||
end | |||
return 2 | |||
--[[ | --[[ | ||
--Converts the given dates to long dates | --Converts the given dates to long dates |