@arsedizioni/ars-utils 21.2.331 → 21.2.332

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.
@@ -895,7 +895,7 @@ class PromptDialogComponent {
895
895
  return;
896
896
  }
897
897
  if (this.dialogData().type === PromptDialogType.Date) {
898
- const date = SystemUtils.parseDate(this.value());
898
+ const date = SystemUtils.parseDate(this.value);
899
899
  if (!date || date.getFullYear() > 9999) {
900
900
  this.dialogService.error('Data non valida.');
901
901
  return;