Code Library
Home Submit Free Hosting Link To Us Contacts

VBScript Add a time interval to a date

VBScript Add a time interval to a date VBScript VBScript Add a time interval to a date Download (.zip)



<html>
<body>

<script type="text/vbscript">
document.write(DateAdd("d",30,date()))
</script>

</body>
</html>






Tatet