Javascript timed getTime, javascriptgetTime

Source: Internet
Author: User

Javascript timed getTime, javascriptgetTime


1. JS timing

Note that the date format cannot be, And IE11 does not support

Var d = new Date ("2014/11/14"); var c = new Date (); setInterval (function () {$ (". gift-input ").css (" background "," #999999 "); $ (". gift-input "). val ("activity ended"); $ (". gift-input "). removeAttr ("click") ;}, (d. getTime ()-c. getTime ()));


2. Days separated

Var time =D. getTime ()-c. getTime ();

var days = parseInt(time/ (1000 60 60 24));

     alert(days);


Use of getTime () in javascript

GetTime () gets the final number of milliseconds.

How can I use getTime () in javascript to obtain how many milliseconds I live?

First, use the current system time to use getTime () to obtain the difference in milliseconds from the year 1970.
Second, use getTime () to get the difference in milliseconds from January 1, 1970.
Third: How many milliseconds do you get from first minus second?

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.