Module:Sandbox/Hellknowz/Test: Difference between revisions

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, mont2month2, year2)) then return nil; end
if (hour2 and not checkIfHourValid(hour2)) then return nil; end
if (minute2 and not checkIfMinuteValid(minute2)) then return nil; end