틀:Age: 두 판 사이의 차이
편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
{{# | {{#ifeq:{{PAGESIZE:{{{1}}}}} | 0 | <!-- Check if parameter 1 is empty --> | ||
{{#expr: {{#time:Y | {{CURRENTTIMESTAMP}}}} - {{#time:Y | {{{1}}}}} - | Please provide a date of birth in the format DD.MM.YYYY. | ||
| <!-- If not empty, calculate the age --> | |||
{{#expr: | |||
{{#time:Y | {{CURRENTTIMESTAMP}}}} - | |||
{{#time:Y | {{{1}}}}} - | |||
({{#time:m | {{CURRENTTIMESTAMP}}}} < {{#time:m | {{{1}}}}} || ({{#time:m | {{CURRENTTIMESTAMP}}}} = {{#time:m | {{{1}}}}} && {{#time:d | {{CURRENTTIMESTAMP}}}} < {{#time:d | {{{1}}}}}))) | |||
}} <!-- Calculate the age based on the provided date of birth --> | |||
}} | }} |
2023년 12월 28일 (목) 13:55 판
Please provide a date of birth in the format DD.MM.YYYY.