mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
modify default time format
This commit is contained in:
+3
-3
@@ -14,8 +14,8 @@ export default {
|
||||
'short': 'M/D/YYYY'
|
||||
},
|
||||
'datetime': {
|
||||
'long': 'M/D/YYYY HH:mm:ss',
|
||||
'long-without-second': 'M/D/YYYY HH:mm',
|
||||
'long': 'M/D/YYYY hh:mm:ss A',
|
||||
'long-without-second': 'M/D/YYYY hh:mm A',
|
||||
},
|
||||
'year': {
|
||||
'long': 'YYYY',
|
||||
@@ -30,7 +30,7 @@ export default {
|
||||
'short': 'M/D'
|
||||
},
|
||||
'hourMinute': {
|
||||
'long': 'HH:mm'
|
||||
'long': 'hh:mm A'
|
||||
},
|
||||
'currency': {
|
||||
'symbol': '{symbol} {amount}'
|
||||
|
||||
Reference in New Issue
Block a user