We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ccfe7 commit e87836eCopy full SHA for e87836e
src/app/settings/settings.service.ts
@@ -248,7 +248,7 @@ export class SettingsService {
248
this.setBusinessDate(this.dateUtils.formatDate(dateVal, SettingsService.businessDateFormat));
249
this.alertService.alert({
250
type: dateType + ' Set',
251
- message: this.dateUtils.formatDate(dateVal, this.dateFormat())
+ message: this.dateUtils.formatDate(dateVal, this.dateFormat)
252
});
253
return;
254
}
0 commit comments