This commit is contained in:
2019-03-06 00:30:28 +00:00
parent 542dbd53fd
commit 02d8508763
3 changed files with 24 additions and 21 deletions

View File

@@ -72,6 +72,9 @@ export default {
},
formats: {
decimalSeparator: ".",
currencySymbol: "$"
currencySymbol: "$",
shortDateFormat: "YYYY-MM-DD",
shortTimeFormat: "hh:mm:ss A",
shortDateAndTimeFormat: "YYYY-MM-DD hh:mm:ss A"
}
};