I have two columns with a type value of date in one table. (1.ri_startDate , 2.ri_endDate)
These two columns store different dates.
ri_startDate > 2017-12-3
ri_endDate > 2018-3-4
When displaying fullCalendar I would like to display the month based on these two values.
To put it easily,
"2017-December, 2018-January,February,March"
I would like to display only four months. (Other months prevent the expression)
How do implement this?
Tell us what you think.