Modifications

Sauter à la navigation Sauter à la recherche

Module:Date

5 octets ajoutés, 12 février 2019 à 09:26
aucun résumé de modification
month = tonumber(d[2])
year = tonumber(d[3])
u = math.floor((year+4495)*365.25)- 241 + day +(month-5)*30 + _if(month>6, 1) + _if(month>9 and year%4==1, 1) - _if(month<5, 1) - _if(month < 4, 1) - _if(month < 2, 1)
return d
end
743
modifications

Menu de navigation