projects/angular-calendar/src/modules/common/calendar-date-formatter/calendar-date-formatter.provider.ts
This class is responsible for all formatting of dates. There are 3 implementations available, the CalendarAngularDateFormatter
(default) which uses the angular date pipe to format dates, the CalendarNativeDateFormatter
which will use the Intl API to format dates, or there is the CalendarMomentDateFormatter
which uses moment.
If you wish, you may override any of the defaults via angulars DI. For example:
CalendarAngularDateFormatter