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