modify date format

This commit is contained in:
MaysWind
2024-07-07 17:22:44 +08:00
parent 32af32d02e
commit dc9bf1a1d8
+2 -2
View File
@@ -48,12 +48,12 @@ export default {
'dd_mm_yyyy': 'MMM, YYYY'
},
'longMonthDay': { // used in home page
'yyyy_mm_dd': 'MMMM D',
'yyyy_mm_dd': 'MMMM DD',
'mm_dd_yyyy': 'MMMM D',
'dd_mm_yyyy': 'D MMMM'
},
'shortMonthDay': { // should be similar to the shortDate. it would be next to the shortDate content on the transaction statistics page
'yyyy_mm_dd': 'M/D',
'yyyy_mm_dd': 'M-D',
'mm_dd_yyyy': 'M/D',
'dd_mm_yyyy': 'D/M'
},