Merge branch 'improve_crud_202006'

This commit is contained in:
2020-06-18 15:28:38 +02:00
3 changed files with 38 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ var chill = function() {
weekdaysShort : ['Zon','Ma','Di','Wo','Do','Vri','Zat']
}
};
var pikaday_options = {
format: 'D-M-YYYY',
yearRange: [parseInt(moment().format('YYYY')) - 100, parseInt(moment().format('YYYY'))],