Time Range
The Time Range widget is available for WFS data sources.
The widget filters the data differently if the configuration defines an interval or not. An interval is defined when a value is provided to the Max Property Name.
Interval data
The Time Range widget will only show the features on the map that have a range that overlaps with the widget slider.

The formula to filter intervals is:
DataMin < SliderRangeMax && DataMax > SliderRangeMin
Non-interval data
The Time Range widget will only show the features on the map that have a value that is included by the widget slider range.

The formula to filter non-intervals is:
DataMin < SliderRangeMax && DataMin > SliderRangeMin
where:
Min Property Name
The name of the feature1 property which will hold the value for DataMin
.
Max Property Name
The name of the feature property which will hold the value for DataMax
.
As described above, this field is optional.
Min and Max Property Format
Defines the format used to serialize dates when building queries from the time widget values.
The format should be supported by the underlying date engine.
Other possible values are
utsm
for Unix Timestamp 2 in millisecondsutss
for Unix Timestamp in seconds
Extends From & Extends To
Define the extent of the time slider.