Hi Samantha,
You can remove the date filter from the toolbar by setting
its display as none in the CSS like the below code snippet.
.e-schedule
.e-schedule-toolbar
.e-toolbar-item.e-date-range {
display: none;
}
We have attached a sample to hide the date range from
toolbar for your reference. Kindly try the solution and let us know if this
meets your requirement.
Regards,
Ruksar Moosa Sait
Attachment:
Hide_Toolbar_Item_d2269efd.zip