The use of Setmonth () method in JavaScript basic knowledge

Source: Internet
Author: User
Tags local time

The JavaScript Date.setmonth () method sets the monthly specified date by local time.
Grammar

Date.setmonth (monthvalue[, Dayvalue])

Note: the appearance and data in parentheses are optional

The following are the details of the parameters:

    • Monthvalue: integers from 0 to 11 (representing months, from January to December).
    • Dayvalue: An integer from 1 to 31 that represents one day in one months.
    • Msvalue: A number between 0 and 999, representing milliseconds. If you specify the Msvalue parameter, you must also specify Minutesvalue and Secondsvalue.

If you do not specify a dayvalue parameter, the value returned from the GetDate method is used. If the specified parameter is outside the expected range, Setmonth tries to update the date object's latest information accordingly. For example, if you use Monthvalue for 15,year, you will increase the increment of 1 (year + 1), and 3 will be used for the value of the month.
return Value:

    • NA

Example:

 
 

This will produce the following results:

Fri Mar 23:30:00 utc+0530 2008 

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.