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 == nil then
   return birthDate
  dateAge = convertedCurrentDate
--[[
  return dateAge
   --Converts the given dates to long dates
  end
 
   --Converts the first given date to a long date
   convertedBirthDate = convertDate(birthDate)
   convertedBirthDate = convertDate(birthDate)
   convertedCurrentDate = convertDate(currentDate)
   convertedCurrentDate = convertDate(currentDate)
Line 102: Line 99:
   end
   end
   return dateAge
   return dateAge
 
]]--
end
end


return p
return p

Navigation menu