I am building a calendar via FullCalendar.
I would like to display a small icon img for each day of the the current month. regardlees to any events. (lets say i dont
Do you need something like this?
dayRender: function ( date, cell) { cell.prepend('<i class="fa fa-plane" aria-hidden="true"></i>'); }
https://jsfiddle.net/mnjsjs6p