יחידה:תאריך: הבדלים בין גרסאות בדף
מ תקלדה |
מ 3 גרסאות של הדף wikipedia:he:יחידה:תאריך יובאו |
||
| (4 גרסאות ביניים של 4 משתמשים אינן מוצגות) | |||
| שורה 337: | שורה 337: | ||
t2 = Date.julianToGregorian(t2) | t2 = Date.julianToGregorian(t2) | ||
else | else | ||
error(" | error("Calendars don't match", 2) | ||
end | end | ||
end | end | ||
| שורה 914: | שורה 914: | ||
elseif frame.args[2] == 'שנים' then | elseif frame.args[2] == 'שנים' then | ||
diffFormat = {'years'} | diffFormat = {'years'} | ||
elseif frame.args[2] == 'שנים וימים' then | |||
diffFormat = {'years', 'days'} | |||
elseif frame.args[2] == "הפרש" then | elseif frame.args[2] == "הפרש" then | ||
diffFormat = "raw" | diffFormat = "raw" | ||