date_to_format编辑

此设置仅在使用 period 过滤器类型时使用
period_typeabsolute 时。

 - filtertype: period
   period_type: absolute
   source: name
   timestring: '%Y.%m.%d'
   unit: months
   date_from: 2017.01
   date_from_format: '%Y.%m'
   date_to: 2017.01
   date_to_format: '%Y.%m'

此设置的值应为一个 strftime 字符串,该字符串对应于 date_to 中的日期

Curator 目前识别的标识符包括

单位 注意

%Y

4 位年份

%G

4 位年份

在进行 ISO 周计算时,请使用它代替 %Y

%y

2 位年份

%m

2 位月份

%W

2 位一年中的第几周

%V

2 位一年中的第几周

在进行 ISO 周计算时,请使用它代替 %W

%d

2 位月份中的第几天

%H

2 位小时

24 小时制

%M

2 位分钟

%S

2 位秒

%j

3 位一年中的第几天