Template:Days since

From comp.tf
Revision as of 09:57, 23 September 2022 by Garlic (talk | contribs) (Created page with "<includeonly>{{#ifexist:{{{3|}}}<!-- If three parameters are supplied, parse them as "YYYY", "MM", and "DD", and supply them as "DD Month YYYY". -->|{{Time ago|{{{3}}} {{MONT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


(view - edit) Documentation

{{Days since}} shows the years/days (or months/days) since a specific date.

Usage

This template is a facade for {{Time ago}} which invokes that template to specifically return an integer of the amount of days since a given timestamp. {{Time ago}} is a larger template, with many more options, that can be used for more customized output.

There are two ways to use this template:

  • With three parameters YYYY-MM-DD: Template:Tlx
  • With one parameter. If this is done, the date MUST be formatted in one of these four ways:
    • 03 Dec 1969
    • 03 December 1969
    • 3 Dec 1969
    • 3 December 1969

Using this template with a single parameter is identical to using {{Time ago|03 Dec 1969|magnitude=days|ago=|numeric=y}}.

{{Days since|1 Jan {{CURRENTYEAR}}}} produces: Template:Time ago


{{Days since|{{CURRENTYEAR}}|06|13}} produces: Template:Time ago


{{Days since|31 December 1969}} produces: Template:Time ago