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
Using the weekdayNameFormat: "narrow" option. It will remain localized to the user's chosen language setting, but will be as narrow as possible (for English users, it's one letter).
If you need to override the user's language preference or you need to support very old browsers, you can use the option dayNames: ["S","M","T","W","T","F","S"] and it will use those names.
can you put a function where the week days text will be formatted with one letter
e.g : S M T W T F S
The text was updated successfully, but these errors were encountered: