JS Date Processing Function Summary

Source: Internet
Author: User

Get Date

1. Date ()

-Returns the date and time of the day.

2, GetDate ()

--Returns the day of the one month (1 ~ 31) from the Date object.

3, GetDay ()

--Returns the day of the week (0 ~ 6) from the Date object.

4, GetMonth ()

--Returns the month (0 ~ 11) from the Date object.

5, getFullYear ()

--Returns the year as a four-digit number from the Date object.

6, GetYear ()

--Please use the getFullYear () method instead.

7, GetHours ()
--Returns the hour of the Date object (0 ~ 23).

8, getminutes ()

--Returns the minute of the Date object (0 ~ 59).

9, Getseconds ()

--Returns the number of seconds (0 ~ 59) of the Date object.

10, Getmilliseconds ()

--Returns the milliseconds of the Date object (0 ~ 999)

11, GetTime ()

--Returns the number of milliseconds since January 1, 1970.

Set Date

1, SetDate ()

--Set the day of the month in the Date object (1 ~ 31).

2, Setmonth ()

--Set the month (0 ~ 11) in the Date object.

3, setFullYear ()

--Sets the year (four digits) in the Date object.

4, Sethours ()

--Sets the hour (0 ~ 23) in the Date object.

5, Setminutes ()

--Sets the minute (0 ~ 59) in the Date object.

6, Setseconds ()

--Sets the seconds (0 ~ 59) in the Date object.

7, Setmilliseconds ()

--Sets the milliseconds (0 ~ 999) in the Date object.

8, SetTime ()

--Sets the Date object in milliseconds.

JS Date Processing Function Summary

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.