Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script>
"use strict";
addEventListener("DOMContentLoaded", () => {
getSelection().collapse(document.querySelector("button"), 0);
getSelection().extend(document.querySelector("input"), 1);
});
</script>
</head>
<body>
<input type="date">
<button>
<!-- -->
</button></body></html>