Represents the PublicEvents page for displaying public events.
Methods
# inner getDataByRange(data) → {Array}
Filters events based on the selected date range.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Array
|
The list of events to filter. |
The filtered list of events.
Array
# inner getLastDayOfMonth() → {number}
Gets the last day of the current month.
The last day of the current month.
number