<html>
<head>
<script>
function findYMW()
{
var inputBox = document.getElementById("input1")
var days = parseInt(inputBox.value) //487
var year = days/365
var month = days/30
var week = days/7
document.write(year + "<br>")
document.write(month + "<br>")
document.write(week + "<br>")
}
</script>
</head>
<body>
<input type="text" placeholder="Days" id="input1" /> <br>
<input type="button" value="Go" onclick="findYMW()" />
</body>
</html>
Plot No. 64, PU-4, Scheme 54, Behind C21 Mall near Hotel Holiday , AB Road, Indore Pin-code:452001
contact@codebetter.in
+91 88230 75444, +91 99939 28766