Web-based responsive document annotation tool
activeannoservice / project.selection / DateRangeFilter
data class DateRangeFilter
How should the date range filter work
| Name | Summary |
|---|---|
| <init> | How should the date range filter workDateRangeFilter(dateKey: String = "storeTimestamp", dateFormat: String? = null) |
| Name | Summary |
|---|---|
| dateFormat | DateFormat to parse the date if it is not a timestamp already, null for timestamp parsingval dateFormat: String? |
| dateKey | can be customized by any key inside originalDocumentval dateKey: String |