Hi I need send actual time via html, like: /time_12:12_1.1.2018 on action on button or automatic. I have codes but I don´t know how to connect it.
TIME:
<script>
document.getElementById("demo").innerHTML = Date();
</script>
Sending data:
<form action="/">PWM:
<input name="PWM" value="50" type="text"><input value="Submit" type="submit"></form>
Any ideas?