Example #1
0
def daysInMonth(month, year):
    return TUTIL.monthConvert(month, year)
Example #2
0
def daysInMonth(month, year):
    return TUTIL.monthConvert(month, year)