-1

enter image description hereI want to hide the previous and next month dates and events from yearview of fullcalender in Asp.Net. Currently I am using the css code which hides the dates but not the date events.

td.fc-other-month {
            visibility: hidden;
        }

How could I remove the date events as well?

Gopal Biswas
  • 409
  • 1
  • 7
  • 34

1 Answers1

0

Maybe one of those solutions will do?

Remove past dates and next months dates from the current month

Enlico
  • 23,259
  • 6
  • 48
  • 102
Krzysztof Kaźmierczak
  • 1,401
  • 1
  • 11
  • 15