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
Describe the bug
When I use dayjs().localeData().meridiem() it returns an error with the following message and can't use the function. Uncaught TypeError: dayjs(...).localeData(...).meridiem is not a function
Expected behavior
Should return a string based on the current locale.
Information
Day.js Version v1.11.13
OS: Windows
Browser Chrome 131.0.6778.205
Time zone: GMT+3
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use
dayjs().localeData().meridiem()
it returns an error with the following message and can't use the function.Uncaught TypeError: dayjs(...).localeData(...).meridiem is not a function
Expected behavior
Should return a string based on the current locale.
Information
The text was updated successfully, but these errors were encountered: