0 / 60 seg.

Look at this code:

<form method="post" action="send.php">
    Phone: <input type="tel" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}">
    <input type="submit" value="Validate">
</form>