79295609

Date: 2024-12-19 21:14:14
Score: 0.5
Natty:
Report link

In the basic HTML <input type="datetime-local"> you can add the value attribute and set it to "today"

<input type="datetime-local" value="today">

That will make the input render today's date when the page is loaded.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NMeneses