Templat:Gregorian serial date

Dari Wiki Javasatu
Revisi sejak 23 September 2023 11.52 oleh Adminjavasatu (bicara | kontrib) (←Membuat halaman berisi '{{#expr: <!--Days from all years past:--> + (({{{year|{{CURRENTYEAR}}}}} - 1) * 365) + ((({{{year|{{CURRENTYEAR}}}}} - 1) - (({{{year|{{CURRENTYEAR}}}}} - 1) mod 4)) / 4) <!--add a day for every leap--> - ((({{{year|{{CURRENTYEAR}}}}} - 1) - (({{{year|{{CURRENTYEAR}}}}} - 1) mod 100)) / 100) <!--subtract 100 year exception--> + ((({{{year|{{CURRENTYEAR}}}}} - 1) - (({{{year|{{CURRENTYEAR}}}}} - 1) mod 400)) / 400) <!-...')
(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)
Loncat ke navigasi Loncat ke pencarian

739238

[lihat] [sunting] [riwayat] [hapus singgahan] Ikon dokumentasi Dokumentasi templat

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

  • {{Gregorian serial date|year=1|month=1|day=1}} gives 1
  • {{Gregorian serial date|year=2000|month=12|day=31}} gives 730485 (5 times the number of days of a cycle, 146,097)
  • {{Gregorian serial date|year=2000|month=1|day=1}} gives 730120
  • {{Gregorian serial date|year=2001|month=1|day=1}} gives 730486
  • {{Gregorian serial date|year=2001|month=2|day=28}} gives 730544
  • {{Gregorian serial date|year=2001|month=3|day=1}} gives 730545



ko:틀:날짜 no:Mal:Gregorian serial date