Content deleted Content added
m 11 |
m wow typo |
||
Line 94:
if (year2 and not checkIfYearValid(year2)) then return nil; end
if (month2 and not checkIfMonthValid(month2)) then return nil; end
if (day2 and not checkIfDayValid(day2,
if (hour2 and not checkIfHourValid(hour2)) then return nil; end
if (minute2 and not checkIfMinuteValid(minute2)) then return nil; end
|