<html>
<body>

<script type="text/javascript">

var d = new Date()
d.setDate(15)
document.write(d)

</script>

</body>
</html>