On FullCalendar's default initialization, you get a calendar that looks like:
Is there anyway to get rid of the today
button by passing in a key to $('#calendar').fullCalendar({})
?
You can just use header
and leave out the today
to have the today button not displayed.
{
left: 'title',
center: '',
right: 'prev,next'
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With