mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
optimize date range display name
This commit is contained in:
+4
-2
@@ -18,10 +18,12 @@ export default {
|
||||
'long-without-second': 'M/D/YYYY HH:mm',
|
||||
},
|
||||
'year': {
|
||||
'long': 'YYYY'
|
||||
'long': 'YYYY',
|
||||
'short': 'YYYY'
|
||||
},
|
||||
'yearMonth': {
|
||||
'long': 'YYYY-M'
|
||||
'long': 'YYYY-M',
|
||||
'short': 'YYYY-M'
|
||||
},
|
||||
'monthDay': {
|
||||
'long': 'M/D',
|
||||
|
||||
@@ -18,10 +18,12 @@ export default {
|
||||
'long-without-second': 'YYYY年M月D日 HH:mm',
|
||||
},
|
||||
'year': {
|
||||
'long': 'YYYY年'
|
||||
'long': 'YYYY年',
|
||||
'short': 'YYYY'
|
||||
},
|
||||
'yearMonth': {
|
||||
'long': 'YYYY年M月'
|
||||
'long': 'YYYY年M月',
|
||||
'short': 'YYYY-M'
|
||||
},
|
||||
'monthDay': {
|
||||
'long': 'M月D日',
|
||||
|
||||
Reference in New Issue
Block a user