יחידה:תאריך עברי: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 565: | שורה 565: | ||
if 0 < find1(hdate, "אלפים") | if 0 < find1(hdate, "אלפים") | ||
then code = code + 1 end | then code = code + 1 end | ||
if 1 == find1(hdate, "אדר") | if 1 == find1(hdate, "אדר א") | ||
then code = code + 2 end | |||
if 1 == find1(hdate, "אדר ב") | |||
then code = code + 2 end | then code = code + 2 end | ||
local year, month, day = funcs[#w][code]() | local year, month, day = funcs[#w][code]() | ||