4,595
edits
No edit summary |
No edit summary |
||
Line 52: | Line 52: | ||
currentDate = frame.args[2] | currentDate = frame.args[2] | ||
status = frame.args[3] | status = frame.args[3] | ||
if birthDate == nil then | |||
dateAge = convertedCurrentDate | |||
return dateAge | |||
end | |||
--Converts the first given date to a long date | --Converts the first given date to a long date |