ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.selection / DateRangeFilter

DateRangeFilter

data class DateRangeFilter

How should the date range filter work

Constructors

Name Summary
<init> How should the date range filter workDateRangeFilter(dateKey: String = "storeTimestamp", dateFormat: String? = null)

Properties

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