mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-03-10 13:08:31 +01:00
3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
$(() => {
|
|
$("#id_due_date").datepicker({dateFormat: 'yy-mm-dd 00:00:00'});
|
|
}); |