VBScript Add a time interval to a date
Add a time interval to a date
<html>
<body>
<script type="text/vbscript">
document.write(DateAdd("d",30,date()))
</script>
</body>
</html>
<html>
<body>
<script type="text/vbscript">
document.write(DateAdd("d",30,date()))
</script>
</body>
</html>