mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
modify date/time format
This commit is contained in:
+16
-10
@@ -9,19 +9,25 @@ export default {
|
||||
},
|
||||
'format': {
|
||||
'date': {
|
||||
'long': 'MM/DD/YYYY',
|
||||
'short': 'M/D/YYYY',
|
||||
'year': 'YYYY',
|
||||
'yearMonth': 'YYYY-M',
|
||||
'monthDay': 'M/D',
|
||||
'shortMonthDay': 'M/D'
|
||||
'long': 'M/D/YYYY',
|
||||
'short': 'M/D/YYYY'
|
||||
},
|
||||
'datetime': {
|
||||
'long': 'MM/DD/YYYY HH:mm:ss',
|
||||
'long-without-second': 'MM/DD/YYYY HH:mm',
|
||||
'long': 'M/D/YYYY HH:mm:ss',
|
||||
'long-without-second': 'M/D/YYYY HH:mm',
|
||||
},
|
||||
'time': {
|
||||
'hourMinute': 'HH:mm'
|
||||
'year': {
|
||||
'long': 'YYYY'
|
||||
},
|
||||
'yearMonth': {
|
||||
'long': 'YYYY-M'
|
||||
},
|
||||
'monthDay': {
|
||||
'long': 'M/D',
|
||||
'short': 'M/D'
|
||||
},
|
||||
'hourMinute': {
|
||||
'long': 'HH:mm'
|
||||
},
|
||||
'currency': {
|
||||
'symbol': '{symbol} {amount}'
|
||||
|
||||
Reference in New Issue
Block a user