mirror of
https://github.com/frappe/books.git
synced 2024-12-26 12:28:12 +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",
|
"MM/dd/yyyy",
|
||||||
"dd-MM-yyyy",
|
"dd-MM-yyyy",
|
||||||
"MM-dd-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
|
required: 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user