模板:Diff days/doc
外观
此页面是Template:Diff days的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
此模板使用Lua语言: |
使用方法
[编辑]{{diff days|date1|date2|precision=}}
There are two positional arguments: date1 and date2; both are required
The result displays text representing the time interval from date1 to date2 (date2 − date1) in decimal notation of |precision=
which defaults to 3; |precision=
accepts an integer from 0 to 99.
date1 and date2 are timezone agnostic when timezone not specified; date1 and date2 may have timezone specifiers:
{{diff days|2022-03-16 12:00:00UTC|2022-03-16 12:00:00UTC}}
→ 0.000{{diff days|2022-03-16 12:00:00UTC|2022-03-16 12:00:00PST}}
→ 0.333
Each date can include an era or a time, and a variety of formats are accepted. Examples of valid dates are:
- 1900-02-01
- 1900-2-1
- 1900-02-01 14:45
- 1 FEB 1900
- February 1, 1900
- February 1 1900 14:45
- 2:45 pm February 1 1900
- 1 February 1900 2:45 p.m.
- BC 1 Feb 120
{{diff days|2021-04-09 07:42:41|2021-10-17 04:35:44}}
→ 190.870
If the result is to include a specific no. of decimal places, add another parameter |precision=
which defaults to 3 and accepts any integer from 0 to 99:
{{diff days|2021-04-09 07:42:41|2021-10-17 04:35:44|precision=5}}
→ 190.87017