We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80518a7 + e79dc35 commit 1b20ed7Copy full SHA for 1b20ed7
frontend/src/utils/format.js
@@ -33,5 +33,5 @@ export function formatTime24to12(time24h) {
33
}
34
35
export function formatFiscalYearName(fiscalYearName) {
36
- return fiscalYearName?.replace(/[^\d-]/g, '');
+ return fiscalYearName?.replace('/', '-').replace(/[^\d-]/g, '');
37
0 commit comments