JavaScript Date getUTCSeconds() method The JavaScript date getUTCSeconds() method returns the seconds for the specified date on the basis of universal time.…
abs() method
-
-
JavaScript Date toUTCString() method The JavaScript date toUTCString() method returns the specified date in the form of string using the UTC time…
-
JavaScript Math ceil() method The JavaScript math ceil() method increases the given number up to the closest integer value and returns it.…
-
JavaScript Math tan() method The JavaScript math tan() method returns the tangent of the given number that represents the tangent of an…
-
JavaScript Date setHours() method The JavaScript date setHours() method is used to set the hour for the specified date on the basis…
-
JavaScript Date valueOf() method The JavaScript date valueOf() method returns the primitive value of a Date object. Syntax The valueOf() method is…
-
JavaScript Math cos() method The JavaScript math cos() method returns the cosine of the given number. The value returned by cos() method…
-
JavaScript Math tanh() method The JavaScript math tanh() method returns the hyperbolic tangent of the given number. Syntax The tanh() method is…
-
JavaScript Date getDate() method The JavaScript date getDate() method returns the day for the specified date on the basis of local time.…
-
JavaScript Date setMilliseconds() method The JavaScript date setMilliseconds() method is used to set the milliseconds for a specified date on the basis…