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 |
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