Update date format to 'YYYY-MM-DD' and change class from 'date' to 'datetime' in task edit templates

This commit is contained in:
2024-12-04 11:49:30 +01:00
parent f882fe32e1
commit ed407061e7
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ $( document ).ready(function()
autoClose: true,
disabledDates: false,
pickTime: false,
format: 'YYYY-mm-DD',
format: 'YYYY-MM-DD',
});
$( 'body' ).on( 'click', '.date-range', function() {