CSV Download and Notes highlight
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
let now = new Date();
|
||||
let localDatetime = now.toISOString().slice(0, 16); // Format for datetime-local input
|
||||
document.getElementById("eta").value = localDatetime;
|
||||
document.getElementById("etd").value = localDatetime;
|
||||
// document.getElementById("etd").value = localDatetime;
|
||||
});
|
||||
|
||||
function fetchResults() {
|
||||
|
||||
Reference in New Issue
Block a user