date time long




JavaScript Source Code 3000: Clock: Current Date & Time (Long)





























Current Date & Time (long)








This is the somewhat longer way to put the current date & time on your page. It writes in a longer date and time format than the previous date & time script. The script is also longer....


















JavaScript Source Code 3000: Clocks: Current Date & Time (Long)
Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!




    





<!-- TWO STEPS TO INSTALL CURRENT DATE & TIME (LONG):

1. Put the code into the BODY of your HTML document
2. Change your timezone number and your city name! -->

<!-- STEP ONE: Copy this code into the BODY of your HTML document -->

<BODY>

<SCRIPT LANGUAGE="JavaScript">
<! >
<! >

<!-- Begin
var day="";
var month="";
var myweekday="";
var year="";
newdate = new Date();
mydate = new Date();
dston = new Date('April 4, 1999 2:59:59');
dstoff = new Date('october 31, 1999 2:59:59');
var myzone = newdate.getTimezoneOffset();
newtime=newdate.getTime();

var zone = 6; // references your time zone

if (newdate > dston && newdate < dstoff ) {
zonea = zone - 1 ;
dst = " Pacific Daylight Savings Time";
}
else {
zonea = zone ; dst = " Pacific Standard Time";
}
var newzone = (zonea*60*60*1000);
newtimea = newtime+(myzone*60*1000)-newzone;
mydate.setTime(newtimea);
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
myyear= mydate.getYear();
year = myyear;

if (year < 2000) // Y2K Fix, Isaac Powell
year = year + 1900; // http://onyx.idbsu.edu/~ipowell
myhours = mydate.getHours();
if (myhours >= 12) {
myhours = (myhours == 12) ? 12 : myhours - 12; mm = " PM";
}
else {
myhours = (myhours == 0) ? 12 : myhours; mm = " AM";
}
myminutes = mydate.getMinutes();
if (myminutes < 10){
mytime = ":0" + myminutes;
}
else {
mytime = ":" + myminutes;
};
arday = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
armonth = new Array("January ","February ","March ","April ","May ","June ","July ","August ","September ", "October ","November ","December ")
ardate = new Array("0th","1st","2nd","3rd","4th","5th","6th","7th","8th","9th","10th","11th","12th","13th","14th","15th","16th","17th","18th","19th","20th","21st","22nd","23rd","24th","25th","26th","27th","28th","29th","30th","31st");
// rename locale as needed.

var time = ("In Dallas, Texas, it is: " + myhours + mytime+ mm + ", " + arday[myday] +", " + armonth[mymonth] +" "+ardate[myweekday] + ", " + year+", " + dst +".");
document.write(time);
//-->
</SCRIPT>



<!-- Script Size: 2.21 KB -->










Wyszukiwarka

Podobne podstrony:
date time short
date time stamp
AutoGallery SQL Date & Time Format
date time scroll
Blue Long time
04x12 Long Time Coming
Long Dark Tea Time of the Soul, The
Bee Gees A Long Time Ago
THE CLOCK zegar telling the time podawanie godzin i cwiczenia
Worksheet Long lasting hobby ans
The Time Machine Wehikuł czasu FullHD 1080p DTS AC3 5 1
Haggard, H Rider Long Odds
long deep breathing
Ranko Magami (Shark) Attract and Date 1 PL
Clawfinger Waste my Time
java sql Date
Long

więcej podobnych podstron