Till now you red abt Objects
Now we are going to use Date (); object
now= new Date();
You can ask what is this now and new date ();
Hear I am assigning Date() Methods and properties to now
variable.
Below example you can find new tags
document.write("<b>Local time:</b> " + localtime + "<BR>");
Explanation:<b>for bold </b>
+ for concatenation
<BR> for next line
localtime=now.toString();
utctime=now.toGMTString();
Above toString() and toGMTString() are methods,As i explained freind-add(),freind-subtraction in previous example.
http://javascriptwithshrinivas.blogspot.com/2013/05/more-about-date-object.html
No comments:
Post a Comment