మాడ్యూల్:Date: కూర్పుల మధ్య తేడాలు

Content deleted Content added
చి en:Module:Date నుండి కూర్పులను దిగుమతి చేసాం
fix bug that can occur in {{age}} if attempt to make an invalid yyyy-02-29 date if need to fill month/day from other date
పంక్తి 915:
end
if fillmonth or fillday then -- need to create a new date
if (fillmonth or a.month) == 2 and (fillday or a.day) == 29 then
-- Avoid invalid date, for example with {{age|2013|29 Feb 2016}} or {{age|Feb 2013|29 Jan 2015}}.
if not is_leap_year(a.year, a.calendar) then
fillday = 28
end
end
a = Date(a, { month = fillmonth, day = fillday })
end
"https://te.wikipedia.org/wiki/మాడ్యూల్:Date" నుండి వెలికితీశారు