I am using fomantic calendar in my project.The calendar is displayed properly. When the month is changed i want to do some actions.Is there any month change event in the fomantic calendar.Finding it hard to make it work. Thanks for the help in advance.
<div class="ui calendar" id="calendar">
</div>
I have initialized the calendar like this ngOnInit() { $('#calendar').calendar({ type: 'date' }); }
I want to do some actions when i click on the arrow icons as shown in the picture