יחידה:לוח שנה עברי: הבדלים בין גרסאות בדף

אין תקציר עריכה
אין תקציר עריכה
אין תקציר עריכה
שורה 111: שורה 111:
function p.next_date(year, month, day)
function p.next_date(year, month, day)
   -- מקבלת תאריך מלא ומחזירה טבלה עם התאריך המלא הבא
   -- מקבלת תאריך מלא ומחזירה טבלה עם התאריך המלא הבא
   day = return_day(year, month, day, false)
   day = p.return_day(year, month, day, false)
   if day == 1 then
   if day == 1 then
     month = return_month(year, month, false)
     month = return_month(year, month, false)