mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
add comment
This commit is contained in:
+10
-10
@@ -5,16 +5,16 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
'default': {
|
'default': {
|
||||||
'currency': 'USD',
|
'currency': 'USD', // see allCurrencies @ consts/currency.js
|
||||||
'firstDayOfWeek': 'Sunday',
|
'firstDayOfWeek': 'Sunday', // see allWeekDays @ consts/datetime.js
|
||||||
'longDateFormat': 'MMDDYYYY',
|
'longDateFormat': 'MMDDYYYY', // see allLongDateFormat @ consts/datetime.js
|
||||||
'shortDateFormat': 'MMDDYYYY',
|
'shortDateFormat': 'MMDDYYYY', // see allShortDateFormat @ consts/datetime.js
|
||||||
'longTimeFormat': 'HHMMSSA',
|
'longTimeFormat': 'HHMMSSA', // see allLongTimeFormat @ consts/datetime.js
|
||||||
'shortTimeFormat': 'HHMMA',
|
'shortTimeFormat': 'HHMMA', // see allShortTimeFormat @ consts/datetime.js
|
||||||
'decimalSeparator': 'Dot',
|
'decimalSeparator': 'Dot', // see allDecimalSeparator @ consts/numeral.js
|
||||||
'digitGroupingSymbol': 'Comma',
|
'digitGroupingSymbol': 'Comma', // see allDigitGroupingSymbol @ consts/numeral.js
|
||||||
'digitGrouping': 'ThousandsSeparator',
|
'digitGrouping': 'ThousandsSeparator', // see allDigitGroupingType @ consts/numeral.js
|
||||||
'currencyDisplayType': 'SymbolBeforeAmount' // see allCurrencyDisplayType @ currency.js
|
'currencyDisplayType': 'SymbolBeforeAmount' // see allCurrencyDisplayType @ consts/currency.js
|
||||||
},
|
},
|
||||||
'format': { // The type of date or time format is moment format, ref: https://momentjs.com/docs/#/displaying/
|
'format': { // The type of date or time format is moment format, ref: https://momentjs.com/docs/#/displaying/
|
||||||
'longDate': {
|
'longDate': {
|
||||||
|
|||||||
Reference in New Issue
Block a user