K
Kender
When I insert the following on my page I get the date and time. How can I
modify it to get the date only:
<SCRIPT LANGUAGE="JavaScript">
var Today=new Date ();
document.write("<b>" + "Today is " + Today + "<br>");
</script>
Also is there anyway to change the font for this fragment?
Thanks,
Erin
modify it to get the date only:
<SCRIPT LANGUAGE="JavaScript">
var Today=new Date ();
document.write("<b>" + "Today is " + Today + "<br>");
</script>
Also is there anyway to change the font for this fragment?
Thanks,
Erin