I’m using a calendar component with the following headerToolbar configuration in my React application:
headerToolbar={{
start: “TODAY prev,next”,
center: “TITLE”,
end: “DAYGRIDMONTH,timeGridWeek,timeGridDay”,
}}
I want to display the words “today”, “week”, “day”, and “month” in uppercase, but simply changing them to uppercase in the configuration isn’t working. How can I achieve this formatting in the headerToolbar of my calendar component?
img
i am not able to change them to uppercase
Sumanth G S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.