|
|
1번째 줄: |
1번째 줄: |
| 서버 기준 {{#time: r | now }}
| |
|
| |
|
| {{#time: U | now }}
| |
|
| |
| {{#time: U | 2021-12-01}}
| |
|
| |
| * 2021년 12월 1일 기준 현재 시점까지 며칠째?
| |
|
| |
| :{{#ifexpr: {{#expr:trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-01}}/86400)}} }} < 0 | D- }}<span alt="구분편의용"></span>{{#ifexpr: {{#expr:abs trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-01}}/86400)}} }} > 0 | {{#expr:abs trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-01}}/86400)}} +1 }} | {{#expr:abs trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-01}}/86400)}} -1 }} }}<span alt="구분편의용"></span>{{#ifexpr: {{#expr:trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-01}}/86400)}} }} > 0 | 일째 }}
| |
|
| |
| * 2021년 현재 기준 12월 20일까지 남은 디데이는?
| |
| :{{#ifexpr: {{#expr:trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-20}}/86400)}} }} < 0 | D- }}<span alt="구분편의용"></span>{{#ifexpr: {{#expr:abs trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-20}}/86400)}} }} > 0 | {{#expr:abs trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-20}}/86400)}} +1 }} | {{#expr:abs trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-20}}/86400)}} -1 }} }}<span alt="구분편의용"></span>{{#ifexpr: {{#expr:trunc {{#expr: ({{#time: U | now }}/86400) - ({{#time: U | 2021-12-20}}/86400)}} }} > 0 | 일째 }}
| |