note API additions

This commit is contained in:
azivner
2018-08-21 12:50:43 +02:00
parent 1938c317c3
commit 4f1e6ec70f
2 changed files with 41 additions and 0 deletions

View File

@@ -299,6 +299,7 @@ async function loadAttributes() {
$input.datepicker({
changeMonth: true,
changeYear: true,
yearRange: "c-200:c+10",
dateFormat: "yy-mm-dd"
});