2
0
mirror of https://github.com/frappe/books.git synced 2024-12-25 20:11:15 +00:00

feat: Add Date Formats in System Settings

This commit is contained in:
Faris Ansari 2019-11-15 13:15:33 +05:30
parent d16f732b94
commit 4071a6e8bc

View File

@ -15,9 +15,11 @@ module.exports = {
"MM/dd/yyyy",
"dd-MM-yyyy",
"MM-dd-yyyy",
"yyyy-MM-dd"
"yyyy-MM-dd",
"d MMM, y",
"MMM d, y"
],
default: "yyyy-MM-dd",
default: "MMM d, y",
required: 1
}
]