Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template:AMPM/doc

From Wikipedia, the free encyclopedia

Returns AM or PM for the hour (between 0 and 24) in parameter:

  • 00 (midnight at start of day) is normally 12 AM for the whole morning hour between 00:00 and 00:59.
  • 01..11 (end of night and morning) is unambiguously 01..11 AM.
  • 12 (noon) is normally 12 PM for the whole afternoon hour between 12:00 and 12:59.
  • 13..23 (afternoon and start of night) is unambiguously 01..11 PM.
  • 24 (midnight at end of day) is normally 12 AM (but the date must be adjusted when using the 12-hour format).
Syntax:
{{AMPM|hour24}}
Examples for AM hours:
  • "{{AMPM|24}}" returns "AM"
  • "{{AMPM|0}}" returns "AM"
  • "{{AMPM|00}}" returns "AM"
  • "{{AMPM|1}}" returns "AM"
  • "{{AMPM|01}}" returns "AM"
  • "{{AMPM|2}}" returns "AM"
  • "{{AMPM|01}}" returns "AM"
  • "{{AMPM|9}}" returns "AM"
  • "{{AMPM|09}}" returns "AM"
  • "{{AMPM|10}}" returns "AM"
  • "{{AMPM|11}}" returns "AM"
Examples for PM hours:
  • "{{AMPM|12}}" returns "PM"
  • "{{AMPM|13}}" returns "PM"
  • "{{AMPM|14}}" returns "PM"
  • "{{AMPM|15}}" returns "PM"
  • "{{AMPM|21}}" returns "PM"
  • "{{AMPM|22}}" returns "PM"
  • "{{AMPM|23}}" returns "PM"
See also: