Template:Gregorian serial date/doc: Difference between revisions
Jump to navigation
Jump to search
>Tom.Reding m (→top: {{High-use}}) |
m (1 revision imported) |
Latest revision as of 21:15, 9 October 2024
This is a documentation subpage for Template:Gregorian serial date
(see that page for the template itself). It contains usage information, categories, and other content that is not part of the original template page. |
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
Usage
This template gives the serial day according to the proleptic Gregorian calendar, hence with the leap year exceptions of the 100 and 400 year rule, and with backward extrapolation, including year 0 and negative years, with Monday, 1 Jan 1 being day 1. 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 739275.
Examples
- gives -146827
{{gsd|year=-401|month=1|day=1}}
- gives -146463
{{gsd|year=-401|month=12|day=31}}
- gives -146462
{{gsd|year=-400|month=1|day=1}}
- gives -146097
{{gsd|year=-400|month=12|day=31}}
- gives -730
{{gsd|year=-1|month=1|day=1}}
- gives -366
{{gsd|year=-1|month=12|day=31}}
- gives -365
{{gsd|year=0|month=1|day=1}}
- gives 0
{{gsd|year=0|month=12|day=31}}
- gives 1
{{gsd|year=1|month=1|day=1}}
- gives 1
{{gsd|year=1|month=12|day=31}}
- gives 730485 (5 times the number of days of a cycle, 146,097)
{{gsd|year=2000|month=12|day=31}}
- gives 724642
{{gsd|year=1985|month=1|day=1}}
- gives 724743
{{gsd|year=1985|month=4|day=12}}
- gives 723404
{{gsd|year=1981|month=8|day=12}}
- gives 713228
{{gsd|year=1953|month=10|day=2}}
See also
- Template:JULIANDAY (backlinks edit)
- m:Template:gsd (backlinks edit)
- m:Template:YMD2MJD (backlinks edit)