ויקיטקסט>Effib
יצירת דף עם התוכן "local Date = {} local maxDaysInMonth = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} --Supported calendar models -- Date.CALENDAR = { GREGORIAN = 'Gregorian', JULIAN = 'Julian' } --Internal functions --Check if a value is a number in the given range @param mixed value @param number min @param number max @return boolean -- local function validateNumberInRange( value, min, max ) return type( value ) == 'number'..."