Hi there! I was wondering if there is any way to format the names of the days to use the 3 letter abbreviation instead of the 2 letter one? I couldn't find anything to configure the format of that part.
I'm referring to the row of day names that say MO TU, etc. I'd like to display MON, TUE, WED instead.
Figured it out! Looking through the code, I found a prop called useWeekdaysShort that does what I'm looking for. The name is somewhat misleading though haha
<DatePicker useWeekdaysShort={true} />
@carmouche this isn't work for me :(
@carmouche thank you! It worked as inteded.
Did you perhaps find a way to add class to the current date-name?
Most helpful comment
Figured it out! Looking through the code, I found a prop called
useWeekdaysShortthat does what I'm looking for. The name is somewhat misleading though haha<DatePicker useWeekdaysShort={true} />