Difference between revisions of "Template:Gregorian serial date/doc"
Jump to navigation
Jump to search
imported>Serdelll m (pl.wiki) |
imported>Patrick m |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| − | |||
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> | 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> | ||
| Line 18: | Line 17: | ||
<includeonly><!-- | <includeonly><!-- | ||
| − | |||
[[Category:Date mathematics templates|Gregorian serial date]] | [[Category:Date mathematics templates|Gregorian serial date]] | ||
Revision as of 14:38, 10 September 2010
| 40px | This is a documentation subpage for Template:Gregorian serial date. It contains usage information, categories and other content that is not part of the original template page. |
This template gives the 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: {{Gregorian serial date|month = |day = |year = }}
Today's date is 739697.
- {{gsd|year=1|month=1|day=1}} gives 1
- {{gsd|year=2000|month=12|day=31}} gives 730485 (5 times the number of days of a cycle, 146,097)
- {{gsd|year=1985|month=1|day=1}} gives 724642
- {{gsd|year=1985|month=4|day=12}} gives 724743
- {{gsd|year=1981|month=8|day=12}} gives 723404
- {{gsd|year=1953|month=10|day=2}} gives 713228
See also:
- Template:JULIANDAY (backlinks edit)
- m:Template:gsd (backlinks edit)
- m:Template:YMD2MJD (backlinks edit)