Date

Date picker: jQuery UI

Click to copy
<input type="text" id="datepicker" placeholder="dd/mm/yyyy">

Problem with browser support

Note: type=”date” is not supported in Safari or Internet Explorer 11 (or earlier).

Until then we still need to use jQuery UI Date picker

Date Browser Native

Click to copy
<input type="date">

Date Time Browser Native

Click to copy
<input type="datetime-local">