Module:Date Stuff: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 114: Line 114:
   if status == "alive" then
   if status == "alive" then
--    return writeDate(birthDate).." (age "..age..")"
--    return writeDate(birthDate).." (age "..age..")"
     return birthDate[2]
     return birthDate[1]..birthDate[2]..birthDate[3]..birthDate[4]..birthDate[5]..birthDate[6]
   elseif status == "dead" then
   elseif status == "dead" then
     return writeDate(secondDate).." (aged "..age..")"
     return writeDate(secondDate).." (aged "..age..")"