JavaScript Date getUTCDate() methodThe JavaScript date getUTCDate() method returns the day for the specified date on the basis of universal time. SyntaxThe getUTCDate() method is represented by the following syntax: ReturnAn integer value between 1 and 31 that represents the day of the specified date. JavaScript Date getUTCDate() method exampleHere, we will understand getUTCDate() method through various examples. Example 1Let's see an example to print today's date according to universal time. Test it NowOutput: Today's day: 8 Example 2Let's see an example to print the day from the given date according to universal time. Test it NowOutput: Date value1 : 15 Date value2 : 16 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