Module:Date Stuff: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 53: Line 53:
   status = frame.args[3]
   status = frame.args[3]
    
    
   if birthDate == "" then
   return birthDate
    return
--[[
  elseif currentDate == nil then
    return
  end
 
   --Converts the first given date to a long date
   --Converts the first given date to a long date
   convertedBirthDate = convertDate(birthDate)
   convertedBirthDate = convertDate(birthDate)
Line 103: Line 99:
   end
   end
   return dateAge
   return dateAge
]]--
end
end


return p
return p

Navigation menu