Please login to start chat

ICT Solutions 25 Jun 2022, 11:42:26
Category : JavaScript Tutorials

Input Date (HTML Objects)

<!DOCTYPE html>
<html>
<head>
<title>Js Code Test</title>
</head>
<button onclick = "jsFun()">Try It</button>
<body>
<script>
function jsFun(){
var x = document.createElement("INPUT");
x.setAttribute("type", "date");
document.body.appendChild(x);
}
</script>
</body>
</html>

Comments:

No comment to show.

Available Services
Download Android Application