JavaScript setUTCSeconds

JavaScript setUTCSeconds function is useful to set the Seconds and Milliseconds of a specified date as per the universal time, and its syntax is: Date.setUTCSeconds(Seconds, Milliseconds) JavaScript setUTCSeconds Function Example For this Date Function, Milliseconds is an optional argument. We are using setUTCSeconds to set the current date seconds to 49 as per the universal … Read more