Hi; I have this code: today = datetime.date.today() day = today.day mo = today.month yr = today.year Works great. What I need to calculate is the length of days in the given month. How do I do that? TIA, Victor