mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
[FIX] Date picker date format
This commit is contained in:
@@ -498,7 +498,7 @@ else:
|
|||||||
BOOTSTRAP_DATEPICKER_PLUS = {
|
BOOTSTRAP_DATEPICKER_PLUS = {
|
||||||
"variant_options": {
|
"variant_options": {
|
||||||
"date": {
|
"date": {
|
||||||
"format": "%Y-%m-%d",
|
"format": "YYYY-MM-DD",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user