Skip to content

Commit

Permalink
use date format demanded by date-fns in DataPage
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Jun 24, 2024
1 parent 5cd1f6a commit 90f2308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
[validationConstants.START_DATE_AFTER_END_DATE]: this.$tr('startDateAfterEndDateError'),
[validationConstants.FUTURE_DATE]: this.$tr('futureDateError'),
[validationConstants.DATE_BEFORE_FIRST_ALLOWED]: this.$tr('beforeFirstAllowedDateError', {
date: format(this.firstAllowedDate, 'DD/MM/YYYY'),
date: format(this.firstAllowedDate, 'dd/MM/yyyy'),
}),
};
},
Expand Down

0 comments on commit 90f2308

Please sign in to comment.