@syncfusion/ej2-base 28.2.4 → 28.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5275,8 +5275,7 @@ class DateFormat$1 {
5275
5275
  const numObject = getValue('parserObject.numbers', dependable);
5276
5276
  const dateObject = dependable.dateObject;
5277
5277
  const formatOptions = { isIslamic: IntlBase.islamicRegex.test(option.calendar) };
5278
- const firsDayOfWeekCollection = ['fr-CH'];
5279
- formatOptions.firstDayOfWeek = firsDayOfWeekCollection.indexOf(culture) !== -1 ? 1 : 0;
5278
+ formatOptions.firstDayOfWeek = IntlBase.getWeekData(culture, cldr);
5280
5279
  if (isBlazor() && option.isServerRendered) {
5281
5280
  option = IntlBase.compareBlazorDateFormats(option, culture);
5282
5281
  }