|
The setUTCFullYear() method sets the full year for a specified date according to universal time.
Given below is the syntax of setUTCFullYear() method.
If you do not specify the monthValue and dayValue parameters, the values returned from the getMonth and getDate methods are used. If a parameter you specify is outside of the expected range, setUTCFullYear attempts to update the other parameters and the date information in the Date object accordingly. For example, if you specify 15 for monthValue, the year is incremented by 1 (year + 1), and 3 is used for the month.
The following example demonstrates the usage of the setUTCFullYear() method in CoffeeScript. Save this code in a file with name date_setutcfullYear.coffee.
Open the command prompt and compile the .coffee file as shown below.
On compiling, it gives you the following JavaScript.
Now, open the command prompt again, and run the CoffeeScript file as shown below.
On executing, the CoffeeScript file produces the following output.
|
CoffeeScript Related Tutorials |
|
---|---|
XML Tutorial | HTML Tutorial |
HTML 5 Tutorial | Oracle DBA Tutorial |
Java Tutorial | JBOSS Tutorial |
Java XML Tutorial | ebXML Tutorial |
Unix/Linux Tutorial |
CoffeeScript Related Practice Tests |
|
---|---|
XML Practice Tests | HTML Practice Tests |
HTML 5 Practice Tests | Oracle DBA Practice Tests |
SQL Practice Tests | HTML DOM Practice Tests |
JBOSS Practice Tests | Java XML Practice Tests |
All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.