mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
support changing date in statistics page
This commit is contained in:
+3
-1
@@ -10,9 +10,11 @@ export default {
|
||||
'format': {
|
||||
'date': {
|
||||
'long': 'MM/DD/YYYY',
|
||||
'short': 'M/D/YYYY',
|
||||
'year': 'YYYY',
|
||||
'yearMonth': 'YYYY-M',
|
||||
'monthDay': 'M/D'
|
||||
'monthDay': 'M/D',
|
||||
'shortMonthDay': 'M/D'
|
||||
},
|
||||
'datetime': {
|
||||
'long': 'MM/DD/YYYY HH:mm:ss',
|
||||
|
||||
@@ -10,9 +10,11 @@ export default {
|
||||
'format': {
|
||||
'date': {
|
||||
'long': 'YYYY年MM月DD日',
|
||||
'short': 'YYYY-M-D',
|
||||
'year': 'YYYY年',
|
||||
'yearMonth': 'YYYY年M月',
|
||||
'monthDay': 'M月D日'
|
||||
'monthDay': 'M月D日',
|
||||
'shortMonthDay': 'M-D'
|
||||
},
|
||||
'datetime': {
|
||||
'long': 'YYYY年MM月DD日 HH:mm:ss',
|
||||
|
||||
Reference in New Issue
Block a user