Skip to content

Commit d007148

Browse files
authored
Merge pull request #253 from y-temp4/fix-format
ALIS-1021: Fix date format of formatDateWithTime
2 parents 980cd86 + 54279e2 commit d007148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export function formatDate(date) {
99
export function formatDateWithTime(date) {
1010
return moment(date, 'X')
1111
.locale('ja')
12-
.format('YYYY/MM/DD HH:MM')
12+
.format('YYYY/MM/DD HH:mm')
1313
}

0 commit comments

Comments
 (0)