Hi,
Is there any way to remove month name and year from the top calendar.

How to remove December 2017 from calendar?
Hi, currently no.
Hi, I found a workaround on this. You can override style for mohtText according to the documentation. Just add this inside the theme props.
'stylesheet.calendar.header': {
header: {
height: 0
}
}
Most helpful comment
Hi, I found a workaround on this. You can override style for mohtText according to the documentation. Just add this inside the
themeprops.'stylesheet.calendar.header': { header: { height: 0 } }