from
Home > @gooddata/sdk-ui-dashboard > DateFilterSelection > from
DateFilterSelection.from property
The start date. If absolute date filter, then from
is the formatted start date.
Signature:
readonly from?: DateString | number;
Remarks
If relative date filter, then from
is offset from today.
If not specified, then the start date is unbounded.
See granularity
prop for more on date format.