<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikigence.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ABirth_date_and_age</id>
	<title>Module:Birth date and age - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikigence.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ABirth_date_and_age"/>
	<link rel="alternate" type="text/html" href="https://wikigence.org/index.php?title=Module:Birth_date_and_age&amp;action=history"/>
	<updated>2026-04-12T19:23:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wikigence.org/index.php?title=Module:Birth_date_and_age&amp;diff=1022&amp;oldid=prev</id>
		<title>Wikigence: Created page with &quot;local p = {}  function p.main(frame)     local args = frame.args     local year = tonumber(args[1])     local month = tonumber(args[2])     local day = tonumber(args[3])      if not (year and month and day) then         return &quot;Invalid date&quot;     end      local birth_date = os.time{year=year, month=month, day=day}     local now = os.time()     local age = os.date(&quot;*t&quot;, now).year - year      -- বয়স ঠিক করা     local this_year_birthday = os.time{year=os...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wikigence.org/index.php?title=Module:Birth_date_and_age&amp;diff=1022&amp;oldid=prev"/>
		<updated>2025-10-27T09:07:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.main(frame)     local args = frame.args     local year = tonumber(args[1])     local month = tonumber(args[2])     local day = tonumber(args[3])      if not (year and month and day) then         return &amp;quot;Invalid date&amp;quot;     end      local birth_date = os.time{year=year, month=month, day=day}     local now = os.time()     local age = os.date(&amp;quot;*t&amp;quot;, now).year - year      -- বয়স ঠিক করা     local this_year_birthday = os.time{year=os...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame.args&lt;br /&gt;
    local year = tonumber(args[1])&lt;br /&gt;
    local month = tonumber(args[2])&lt;br /&gt;
    local day = tonumber(args[3])&lt;br /&gt;
&lt;br /&gt;
    if not (year and month and day) then&lt;br /&gt;
        return &amp;quot;Invalid date&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local birth_date = os.time{year=year, month=month, day=day}&lt;br /&gt;
    local now = os.time()&lt;br /&gt;
    local age = os.date(&amp;quot;*t&amp;quot;, now).year - year&lt;br /&gt;
&lt;br /&gt;
    -- বয়স ঠিক করা&lt;br /&gt;
    local this_year_birthday = os.time{year=os.date(&amp;quot;*t&amp;quot;, now).year, month=month, day=day}&lt;br /&gt;
    if now &amp;lt; this_year_birthday then&lt;br /&gt;
        age = age - 1&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local months = {&lt;br /&gt;
        &amp;quot;January&amp;quot;,&amp;quot;February&amp;quot;,&amp;quot;March&amp;quot;,&amp;quot;April&amp;quot;,&amp;quot;May&amp;quot;,&amp;quot;June&amp;quot;,&lt;br /&gt;
        &amp;quot;July&amp;quot;,&amp;quot;August&amp;quot;,&amp;quot;September&amp;quot;,&amp;quot;October&amp;quot;,&amp;quot;November&amp;quot;,&amp;quot;December&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return string.format(&amp;quot;%s %d, %d (age %d)&amp;quot;, months[month], day, year, age)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Wikigence</name></author>
	</entry>
</feed>