I’m trying to build a scrollable calendar (horizontal scroll) that shows the month of the first visible day in the calendar and updates in real-time. So when the Monday on the upper row is the 20th of May, it should display May & when you scroll down it should become June as soon as the upper Monday becomes the 3rd of June.
Any idea how to do this? Either using Javascript or through plugins?
Finding the index of the cell is enough to retrieve the month that is connected to the cell’s date.
Thanks very much in advance!!