ets-fe-ng-sdk 20.0.9 → 20.0.10

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.
@@ -3783,7 +3783,7 @@ class UtilityService {
3783
3783
  return d.getDate() + ' ' + Config.Months[d.getMonth()];
3784
3784
  }
3785
3785
  else if (format == 3) {
3786
- return this.datePipe.transform(date, `EEE MMM dd YYYY, hh:mm aa`);
3786
+ return this.datePipe.transform(date, `EEE MMM dd yyyy, hh:mm aa`);
3787
3787
  }
3788
3788
  else if (format == 4) {
3789
3789
  return Config.Months[d.getMonth()] + ' ' + d.getDate();