Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Wie setze ich den Min- und Max-Wert für Input mit type='datetime-local'?

Beispiel mit Min- und Max-Werten

<input
    type="datetime-local"
    className="form-control mt-2"
    name="start_date"
    min="2011-02-20T20:20"
    max="2031-02-20T20:20"
/>