Ejemplo n.º 1
0
def daysInMonth(month, year):
    return TUTIL.monthConvert(month, year)
Ejemplo n.º 2
0
def daysInMonth(month, year):
    return TUTIL.monthConvert(month, year)