Open main menu

Changes

add {{Lua|Module:Age}}, misc formatting
{{Documentation subpage}}
<!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata -->
{{Lua|Module:Age}}

== Usage ==
This template gives the [[Gregorian calendar|Gregorian]] serial day. This is the numbers of days from the start of 1 A.D. (Monday, 1 Jan 1 = 1). (In the Gregorian Calendar there is no year 0) This template should handle all leap year exceptions including the 100 and 400 year rule. By default this template gives the serial for today. To find the serial for another date fill in the date into this code: '''<nowiki>{{Gregorian serial date|month = |day = |year = }}</nowiki>'''

'''Today's date is {{Gregorian serial date}}.'''

== Examples ==
* <nowiki>{{gsd|year=1|month=1|day=1}}</nowiki> gives {{gsd|year=1|month=1|day=1}}
* <nowiki>{{gsd|year=2000|month=12|day=31}}</nowiki> gives {{gsd|year=2000|month=12|day=31}} (5 times the number of days of a cycle, 146,097)
* <nowiki>{{gsd|year=1985|month=1|day=1}}</nowiki> gives {{gsd|year=1985|month=1|day=1}}
* <nowiki>{{gsd|year=1985|month=4|day=12}}</nowiki> gives {{gsd|year=1985|month=4|day=12}}
* <nowiki>{{gsd|year=1981|month=8|day=12}}</nowiki> gives {{gsd|year=1981|month=8|day=12}}
* <nowiki>{{gsd|year=1953|month=10|day=2}}</nowiki> gives {{gsd|year=1953|month=10|day=2}}

== See also ==
* {{tiw|JULIANDAY}}
* {{tim|gsd}}
* {{tim|YMD2MJD}}

<includeonly>{{sandbox other||
<!-- Categories below this line and interwikis at Wikidata -->
[[Category:Date mathematics templates|{{PAGENAME}}]]

}}</includeonly>
Anonymous user