Date/Time input fields
Safari 14.1 (shipping this week) also added support for Date & Time form controls.
Below some examples to test what is working in your browser (and what not)
Basic support
<input type="datetime-local">
<input type="date">
<input type="time">
<input type="month">
<label><input type="week">
on macOS.
Min and max support
Only tested for date, since that is by far the most popular type. Enter a date between 1st of January and 31st of March, 2015.