»
Tiếng AnhTiếng PhápTiếng Việt

In - Ngày tháng trên thanh tiêu đề - JavaScriptBank.com

Phiên bản đầy đủ: jsB@nk » Thời gian » Đồng hồ » Ngày tháng trên thanh tiêu đề
URL: https://www.javascriptbank.com/title-date-script.html

Ngày tháng trên thanh tiêu đề © JavaScriptBank.comHiệu ứng sẽ hiển thị ngày tháng trên thanh tiêu đề của trang web.

Phiên bản đầy đủ: jsB@nk » Thời gian » Đồng hồ » Ngày tháng trên thanh tiêu đề
URL: https://www.javascriptbank.com/title-date-script.html



JavaScript
<script language="JavaScript1.2"><!--hide//date in title by Randall Smith copyright 1999//please visit me on the web at http://members.xoom.com/u4rstunzd///and to change the title:where it says Welcome todays date is: just put var isnMonth = newArray("January","February","March","April","May","June","July","August","Septerber","October","November","December");var isnDay = newArray("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday");today = new Date () ;Year=today.getYear();if (Year < 1000)Year+=1900Date=today.getDate();function setdate(){document.title="Today: "+isnDay[today.getDay()]+", "+isnMonth[today.getMonth()]+" "+Date+", "+Year+""}if (document.all)setdate()else if (document.getElementById)window.onload=setdate//--hide--></script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->