Re: Javascript for Date Last Changed & Y2K
[ Follow Ups ] [ Post Followup ] [ Intranet eXchange ] [ IDM Home ]
Posted by Wes Miller on January 4, 2000 at 12:57:19:
In Reply to: Javascript for Date Last Changed & Y2K posted by Paula Gregorowicz on January 4, 2000 at 8:37:22:
You need to change it to: <SCRIPT LANGUAGE="Javascript"> <!--// var date = new Date(document.lastModified); document.write("Last Updated:"+(date.getMonth()+1)+ "/" + date.getDate()+ "/" + date.getFullYear() + ""); //--> </SCRIPT> HTH, Wes
Follow Ups:
|