Update date format to 'YYYY-MM-DD' and change class from 'date' to 'datetime' in task edit templates
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user