This commit is contained in:
Pringgosutono
2025-09-03 23:28:38 +07:00
parent ff5b411178
commit 0217c1c947

View File

@ -221,7 +221,7 @@
extend: 'excelHtml5', extend: 'excelHtml5',
title: () => { title: () => {
return ` return `
Vehicle Trip Report - Abnormality Trip Report -
${moment($('#tgl0').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')} ${moment($('#tgl0').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')}
to to
${moment($('#tgl1').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')}` ${moment($('#tgl1').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')}`