I have two columns with date value type 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.
Easy to say
"2017-December, 2018-January, February, March"
I would like to show only four months. (Other months prevent expression)
How to implement this?
Tell us what you think.
user8057627
source
share