Hi Everybody,
I have downloaded digital clock code from http://clocklink.com
It displays date as follows- 31st/may/07 thurs 07:13:35 p.m
So,now i wan't to modify the HTML by removing time and to display only date/month/year/week as- 31st/may/07 thurs
So,please let me know how to modify this HTML Code.The code is
<script src="<A href="http://www.clocklink.com/embed.js"></script><script">http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj = new Object;obj.clockfile = "5004-green.swf";obj.TimeZone = "NZT";obj.width = 192;obj.height = 16;obj.Place = "";obj.DateFormat = "d / MMM / yy DDD";obj.TimeFormat = "hh:mm:ss TT";obj.wmode = "transparent";showClock(obj);</script>
Thanks,
SUNNY.
I have downloaded digital clock code from http://clocklink.com
It displays date as follows- 31st/may/07 thurs 07:13:35 p.m
So,now i wan't to modify the HTML by removing time and to display only date/month/year/week as- 31st/may/07 thurs
So,please let me know how to modify this HTML Code.The code is
<script src="<A href="http://www.clocklink.com/embed.js"></script><script">http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj = new Object;obj.clockfile = "5004-green.swf";obj.TimeZone = "NZT";obj.width = 192;obj.height = 16;obj.Place = "";obj.DateFormat = "d / MMM / yy DDD";obj.TimeFormat = "hh:mm:ss TT";obj.wmode = "transparent";showClock(obj);</script>
Thanks,
SUNNY.
Comment