Comment on Tutorial - JSP Program for display Date By aathishankaran
Comment Added by : pmprash
Comment Added at : 2009-12-22 01:15:33
Comment on Tutorial : JSP Program for display Date By aathishankaran
Use (JavaScript) below code to display client date and time on web page
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content=\"text/html; charset=iso-8859-1\">
<STYLE type=text/css>.mainheading { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }.mainbody { FONT-SIZE: x-small; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LIST-STYLE-TYPE: square}.maintitle { FONT-WEIGHT: bold; FONT-SIZE: medium; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}</STYLE>
</HEAD>
<BODY text=#000000 bgColor=#ffffff leftMargin=1 topMargin=0 onload=\"setFromTo();\">
<TABLE cellSpacing=3 cellPadding=0 width=770 border=0>
<TBODY>
<TR>
<TD width=77> </TD>
<TD class=mainheading>
<P> </P>
</TD>
</TR>
<TR>
<TD colSpan=2>
<HR color=green>
</TD>
</TR>
<TR>
<TD width=77> </TD>
<TD><P></P>
<P>Today\'s Date & Time on Client machine </P>
<SCRIPT LANGUAGE=\"JavaScript\">
<!--
tday =new Array(\"Sun\",\"Mon\",\"Tue\", \"Wed\",\"Thu\",\"Fri\",\"Sat\ ");
tmonth=new Array(\"January\",\"February\" ,\"March\",\"April\",\"May\",\ "June\",\"July\",\"August\",\" September\",\"October\",\" November\",\"December\");
function GetClock(){
d = new Date();
nday = d.getDay();
nmonth = d.getMonth();
ndate = d.getDate();
nyeara = d.getYear();
nhour = d.getHours();
nmin = d.getMinutes();
nsec = d.getSeconds();
if(nyeara<1000){nyeara=(\"\"+( nyeara+11900)).substring(1,5); }
else{nyeara=(\"\"+(nyeara+ 10000)).substring(1,5);}
if(nhour == 0) {ap = \" AM\";nhour = 12;}
else if(nhour <= 11) {ap = \" AM\";}
else if(nhour == 12) {ap = \" PM\";}
else if(nhour >= 13) {ap = \" PM\";nhour -= 12;}
if(nmin <= 9) {nmin = \"0\" +nmin;}
if(nsec <= 9) {nsec = \"0\" +nsec;}
document.getElementById(\' clockbox\').innerHTML=\"\"+ tday[nday]+\", \"+tmonth[nmonth]+\" \"+ndate+\", \"+nyeara+\" \"+nhour+\":\"+nmin+\":\"+ nsec+ap+\"\";
setTimeout(\"GetClock()\", 1000);
}
window.onload=function(){ GetClock();}
//--></script>
<div id=\"clockbox\"></div>
<P></P>
<P> Admin</P>
<P class=mainbody> </P>
</TD>
</TR>
<TR>
<TD width=77> </TD>
<TD class=mainbody></TD>
</TR>
<TR>
<TD colSpan=2>
<HR color=green>
</TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. nice info on struts and very good explanation
View Tutorial By: bharadwaj kvnss at 2013-02-07 17:18:44
2. Why can't you just use an array for something like
View Tutorial By: Andrea at 2012-10-18 00:17:48
3. its really helpful.thanks a lot
View Tutorial By: bena at 2015-03-04 10:39:46
4. It was really helpful.... i cleared my lab test wi
View Tutorial By: kishore at 2009-01-21 22:30:08
5. Nice Article.
View Tutorial By: Swathi Kumar at 2012-04-15 10:44:14
6. Hi Robert,
The precision statement
View Tutorial By: George at 2015-01-31 06:25:18
7. it is really best site for the information.many ti
View Tutorial By: panchanan ruata at 2013-05-22 09:36:37
8. Hey your help is really appreciated but I dont und
View Tutorial By: farid khan at 2012-03-21 15:59:53
9. Hi all people...If i need to read a sms from the m
View Tutorial By: Omarsi12 at 2009-09-06 17:11:15
10. can help me for program in java Tomorrow I have ex
View Tutorial By: blasm at 2013-06-21 06:59:41