Click the button to display the current date, then click again to show the current date in a new line. This will create a timelog displayed in a table format, with each time appearing in a separate box within the table.
The code function for getting the date is as follows:
Button.addEventListener("click", function Click() {
document.getElementById("pergraph").innerHTML = Date(); }
I am unable to simply use "/n"...
Thank you.