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:
parent
d16f732b94
commit
4071a6e8bc
@ -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
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user