Difference between revisions of "Template:Birth date and age"

From WikiFamily
Jump to navigation Jump to search
(Created page with "<includeonly> {{{1|YYYY}}}-{{{2|MM}}}-{{{3|DD}}} (age {{#expr: ({{CURRENTYEAR}} - {{{1}}}) - ({{CURRENTMONTH}} < {{{2}}} or ({{CURRENTMONTH}} == {{{2}}} and {{CURRENTDAY}} < {...")
 
Line 1: Line 1:
<includeonly>
<includeonly>
{{{1|YYYY}}}-{{{2|MM}}}-{{{3|DD}}} (age {{#expr: ({{CURRENTYEAR}} - {{{1}}}) - ({{CURRENTMONTH}} < {{{2}}} or ({{CURRENTMONTH}} == {{{2}}} and {{CURRENTDAY}} < {{{3}}})) }})
{{#time: F j, Y | {{{1}}}-{{{2}}}-{{{3}}} }} (age {{#expr:  
  {{CURRENTYEAR}} - {{{1}}}  
  - ({{#ifexpr: {{CURRENTMONTH}} < {{{2}}} or ({{CURRENTMONTH}} == {{{2}}} and {{CURRENTDAY}} < {{{3}}}) | 1 | 0 }})
}})
</includeonly>
</includeonly>

Revision as of 15:34, 17 February 2026