JavaScript Date getUTCSeconds() methodThe JavaScript date getUTCSeconds() method returns the seconds for the specified date on the basis of universal time. SyntaxThe getUTCSeconds() method is represented by the following syntax: ReturnAn integer value between 0 and 59 that represents the second. JavaScript Date getUTCSeconds() method exampleHere, we will understand getUTCSeconds() method through various examples. Example 1Let's see an example to print the value of current second according to universal time. Test it NowOutput: Seconds Value : 51 Example 2Let's see an example to print the value of seconds from the given date according to universal time. Test it NowOutput: Second value1 : 30 Second value2 : 50
Next TopicJavaScript Date
|
JavaTpoint offers too many high quality services. Mail us on h[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