Skip to content

Commit c56e540

Browse files
change hour format
1 parent 18f1137 commit c56e540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/pages/electricity/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ const formatDate = (date: Date | undefined) => {
138138
day: 'numeric',
139139
hour: '2-digit',
140140
minute: '2-digit',
141+
hour12: false
141142
})
142143
}
143144
</script>

0 commit comments

Comments
 (0)