system.kanoa.utilities.getStoredDateRange
Description
Gets the stored date range for the page to make the date selector persistent across views in the current tab (page) (kanoaCore).Syntax
getStoredDateRange(self)- self (Page object) - The instance of the page object.
- selectedDateRange (Dictionary) - A dictionary containing 'startDate', 'endDate', and 'selectedRange'.
Code Example
# Example Usage:
stored_date_range = system.kanoa.utilities.getStoredDateRange(self)