I need a script that will print todays date minus two days
I found one in VB Script, but how can I make it JavaScript?
Please keep this in JavaScript form and discuss.....Code:<script type="text/vbscript"> document.write(Date -2 & "<p> </p>") </script>



Reply With Quote


Bookmarks