JavaScript Date getUTCFullYear() methodThe JavaScript date getUTCFullYear() method returns the year for the specified date on the basis of universal time. SyntaxThe getUTCFullYear() method is represented by the following syntax: ReturnA number that represents the year. JavaScript Date getUTCFullYear() method exampleHere, we will understand getUTCFullYear() method through various examples. Example 1Let's see an example to print the value of the current year according to universal time. Test it NowOutput: Year value : 2018 Example 2Let's see an example to print the year from the given date according to universal time. Test it NowOutput: Year value1 : 1947 Year value2 : 1948 Next TopicJavaScript Date |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India