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
When using CalendarMomentDateFormatter as the dateFormatter provider on the CalendarModule, the calendarDate Pipe returns "Friday, 21 January, 2021" instead of "Friday, January 21, 2021".
Minimal reproduction of the problem with instructions
Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider sponsoring me
Describe the bug
When using
CalendarMomentDateFormatter
as thedateFormatter
provider on the CalendarModule, thecalendarDate
Pipe returns "Friday, 21 January, 2021" instead of "Friday, January 21, 2021".Minimal reproduction of the problem with instructions
It is reproduced directly in the examples for the library
https://angular-calendar.com/#/moment
Versions
@angular/core
: 11.1.0angular-calendar
: 0.29.0-beta.6The text was updated successfully, but these errors were encountered: