79827267

Date: 2025-11-22 10:56:56
Score: 1.5
Natty:
Report link

You can also just do it like this:

<input type="time" id="timepicker" onchange="timePassed(this.value)">
function timePassed(time) {
  console.log(`${time}`);
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nabeel Mansour