Dave
Tue May 04 12:26:57 CDT 2004
<script language="javascript">
function CurDate() {
var d, s = "";
d = new Date();
s += (d.getMonth() + 1) + "/";
s += d.getDate() + "/";
s += d.getYear();
return(s);
}
</script>
That should work.
Dave
>-----Original Message-----
>Add the current Date and Time to your page:
>
> a.. Short:
http://javascript.internet.com/clocks/date-
time-short.html
> b.. Long:
http://javascript.internet.com/clocks/date-
time-long.html
>
>
>--
>~ Kathleen Anderson
>Microsoft MVP - FrontPage
>Spider Web Woman Designs
>
http://www.spiderwebwoman.com/resources/
>
>
>Steven <anonymous@discussions.microsoft.com> wrote:
>> Is there a way to display the current date and time
(live)
>> in frontpage?
>.
>