Js object-oriented learning notes 4 (Date object), js learning notes

Source: Internet
Author: User

Js object-oriented learning notes 4 (Date object), js learning notes

// Convert the date string to the timestamp var date = "2015-03-18"; Date = new Date (date. parse (date. replace (/-/g, "/"); date = date. getTime (); document. write (date); var date = new Date (); // returns the current time object getDate () // returns a day of the month from the Date object (1 ~ 31 ). GetDay () // returns a day of the week from the Date object (0 ~ 6 ). GetMonth () // month returns the month from the Date object (0 ~ 11 ). You need to add 1 getFullYear () // year to return the year from the Date object with four digits. GetHours () // returns the hour of the Date object (0 ~ 23 ). GetMinutes () // minute returns the minute of the Date object (0 ~ 59 ). GetSeconds () // second returns the number of seconds of the Date object (0 ~ 59 ).

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.