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
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week