date_from_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'

此设置的值应为与 date_from 中的日期相对应的 strftime 字符串

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 位数年份中的天数