Debug for days in month

main
Bob Mottram 2020-08-29 14:01:30 +01:00
parent 7635652ac5
commit b14a6d0ab5
1 changed files with 1 additions and 0 deletions

View File

@ -6592,6 +6592,7 @@ def htmlCalendar(translate: {},
else:
daysInMonth = \
(date(year + 1, 1, 1) - date(year, monthNumber, 1)).days
print('daysInMonth ' + str(monthNumber) + ': ' + str(daysInMonth))
cssFilename = baseDir + '/epicyon-calendar.css'
if os.path.isfile(baseDir + '/calendar.css'):