Detailed JavaScript Date object (make a simple clock) _javascript tips

Source: Internet
Author: User
Tags getdate local time time and date

JS provides a date type to process the time and date. The date type has a series of methods for getting and setting date-time information. Here we have a simple
Summarize this date type.
I've probably looked at the date type method, and here's the following:

The above method to try it yourself, I just simple demo js the correct output format:

var today=new date ();//Create a Time Date object 
document.write (" 
 

The results of the output are:

See here I think of the computer with the local clock, click on the taskbar time, will pop up a clock:

       So since we know the date type in JS, whether we can display a local time and date clock on the Web page, because the learning of the JS known
less knowledge, I simply made a simple clock.
      gives the code:

<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">  

Look at the results of the operation:


By creating a simple clock effect, learn JavaScript date objects, deepen the understanding of the Date object, hope to help everyone's learning.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.