Skip to content

Category Provider: Item Date (YYYY MM, Within Scope)

Jason Wells edited this page Jan 24, 2019 · 1 revision
Property Value
Source File ItemDateYearMonthCategoryProvider.rb
Label Item Date (YYYY/MM, Within Scope)
Category Label Item Date

Description

Provides categories for each Year/Month combination. Items within the scope provided for the sheet are analyzed to determine the range of dates to provide. Each category label will be the year following by the month. For example the date "1982/06/02" should have a label of "1982/06". The query for each category is built by determining the first and last day of the given month of the given year and then forming that into a date range query over the item-date field. For example "1982 June" should yield a query of item-date:[19820601 TO 19820630].

Clone this wiki locally