You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing the date picker component in Vue (https://primevue.org/datepicker), and with the default view of "date", it renders like this:
How can I change the format of the weekday values (i.e. Su, Mo, Tu, etc.)? This is rendered within .p-datepicker-weekday, but I don't see any weekday format prop or weekday slot. I would like to use the 3-letter abbreviation for the days of the week.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm implementing the date picker component in Vue (https://primevue.org/datepicker), and with the default
view
of"date"
, it renders like this:How can I change the format of the weekday values (i.e. Su, Mo, Tu, etc.)? This is rendered within
.p-datepicker-weekday
, but I don't see any weekday format prop or weekday slot. I would like to use the 3-letter abbreviation for the days of the week.Beta Was this translation helpful? Give feedback.
All reactions