Modifications

Sauter à la navigation Sauter à la recherche

Module:Date

142 octets ajoutés, 12 février 2019 à 09:50
aucun résumé de modification
- _if(month>7,31) - _if(month>8,30) - _if(month>9,30)
- _if(month>10,30 + _if((year%4)==1,1)) - _if(month>11,30)
day = day_month - _if(month==1, 1)-_if(month==3, 1)-_if(month==4, 1)-_if(month==5, 1)-_if(month==7, 1)-_if(month==10 and (year%4==1), 1) dt = tostring(day_monthday)..'/'..tostring(month)..'/'..tostring(year)
return dt
end
743
modifications

Menu de navigation