We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 980cd86 + 54279e2 commit d007148Copy full SHA for d007148
app/utils/format.js
@@ -9,5 +9,5 @@ export function formatDate(date) {
9
export function formatDateWithTime(date) {
10
return moment(date, 'X')
11
.locale('ja')
12
- .format('YYYY/MM/DD HH:MM')
+ .format('YYYY/MM/DD HH:mm')
13
}
0 commit comments