document.write("Title Bar Date and Time Display
Use this code snippet to display today's date and current time on your web page TITLE BAR.
Title Bar Date Display
Use this code snippet to display today's date on your web page TITLE BAR.
Status Date/Time Display
Use this code to display the date/time dynamically on the status bar on a particular page. Take a look at the status bar on this page for an example.
Date Last Modified Display
Use this code snippet to determine and display the date the document was last modified (date only).
Date and Time Last Modified Display
Use this code snippet to determine and display the date the document was last modified (date and time).
Date Display - Long Format
Use this code snippet to display today's date on your web page.
Date Display - mmddyyyy
Use this code snippet to display today's date on your web page in mm/dd/yyyy format.
"); document.write(""); document.write("var win=null;"); document.write("function Viewjs_date_time2edb503(id){"); document.write("var rndURL = (1000*Math.random());"); document.write("var myname=\"\";"); document.write("var w = \"750\";"); document.write("var h = \"550\";"); document.write("var pos = \"absolute\";"); document.write("if(\"absolute\" == \"absolute\"){"); document.write("var TopPosition = 10;"); document.write("var LeftPosition = 10;"); document.write("}"); document.write("var mypage = \"http://www.cgiscr"+"ipt.net/cgi-scr"+"ipt/csNews/csNews.cgi?database=js_date_time%2edb&command=viewone&op=r&id=\"+id+\"&rnd=\"+rndURL;"); document.write("if(pos==\"random\"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}"); document.write("if(pos==\"center\"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}"); document.write("else if((pos!=\"center\" && pos!=\"random\" && pos!= \"absolute\") || pos==null){LeftPosition=0;TopPosition=20}"); document.write("settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,location=no,directories=no,status=no,menubar=yes,toolbar=no,resizable=yes';"); document.write("win=window.open(mypage,myname,settings);"); document.write("if(win.focus){win.focus();}}"); document.write("");