You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got such an issue. For example, we have only one event in January and tree in February. After page with calendar loads, calendar slider show current month (now it is January), but events list below contains events planned both for January and February. After changing month in slider, only events planned for month displayed in slider are in events list. I think there is no filtering events by month while calendar initilization process.
The text was updated successfully, but these errors were encountered:
dydemin
pushed a commit
to dydemin/jQueryEventCalendar
that referenced
this issue
Jan 24, 2018
While retrieving events for events list required to specify
month or day of month. While initializing current month of current year
should be specified.
Fixes issue jaime8111#43.
I've got such an issue. For example, we have only one event in January and tree in February. After page with calendar loads, calendar slider show current month (now it is January), but events list below contains events planned both for January and February. After changing month in slider, only events planned for month displayed in slider are in events list. I think there is no filtering events by month while calendar initilization process.
The text was updated successfully, but these errors were encountered: