Template:Compare dates
Usage
This template takes two mandatory unnamed parameters. The first is a date/time string and the second is a level of precision. It then returns a plain language comparison of the date/time to the current UTC date/time. If it's not the next, current, or previous one, the template just returns the date/time entered.
Examples
{{Compare dates|16:35 7 May 2025|hour}}
returnsthis hour
{{Compare dates|7 May 2025|day}}
returnstoday
{{Compare dates|April 2025|month}}
returnslast month
{{Compare dates|September 2025|month}}
returnsSeptember 2025
{{Compare dates|October 1887|month}}
returnsOctober 1887
Parameters
Returns a plain language comparison of a date or time to the present
Parameter | Description | Type | Status | |
---|---|---|---|---|
Date | 1 | The date or time being compared | Date | required |
Precision | 2 | The level of precision at which the comparison is being made; handles the suggested values listed.
| Unknown | required |
See also
- {{Is now}}
- {{Age switch}}