<form action="?" method="POST">

    <p>
        <label>Champ <code>time</code></label>
        <input type="time">
    </p>
    <p>
        <label>Champ <code>date</code></label>
        <input type="date">
    </p>
    <p>
        <label>Champ <code>datetime-local</code></label>
        <input type="datetime-local">
    </p>
    <p>
        <label>Champ <code>week</code></label>
        <input type="week">
    </p>
    <p>
        <label>Champ <code>month</code></label>
        <input type="month">
    </p>

</form>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.