Get total no of day's in Month using Java Scripts
<script>
function daysInMonth(gMonth, gYear)
{
return 32 - new Date(gYear, gMonth, 32).getDate();
}
var m = new Date();
var y = new Date();
document.write("Total No Of Day's in Month "+daysInMonth(m.getMonth(), y.getFullYear()));
</script>
----------------------------By Happy Group----------------------------------------
Get all Technology Updates Learn latest technology, software development skills, b.tech, MCA and BCA computer
ReplyDeleteprogramming training.