


JavaScript Date.getMilliseconds()
Javascript Date The getMilliseconds () method returns what is requested by the specified date.

JavaScript Date.getHours()
The Javascript Date.getHours () method returns data based on the specified date and time.

JavaScript Date.getFullYear()
The JavaScript Date.getFullYear () method returns the year of the specified date by local time.

JavaScript Date.getDay()
Why getDay ? The Javascript Date.getDay () method returns the day of the week according to the local time. The value returned by Date.getDay () is an integer that corresponds […]

JavaScript Date.getDate()
Why getDate ? The JavaScript GetDate () method returns the day value of the specified date. Syntax: Date.getDate() This function does not takes any parameter. It is just used along […]

JavaScript Date.parse()
Why Date.parse ? The JavaScript Date.parse () method returns the time in milliseconds until the date we entered 1970. This method is a function built into javascript. Syntax: Date.parse(datestring) datestring(required): […]



JavaScript Dragbar
html,css and javascript

JavaScript Number
Javascript allows us to work with numeric objects.

Number.valueOf()
The valueOf() method returns the wrapped primitive value of a Number object.

Number.toString()
The JavaScript toString () method is used to return a string that represents the specified number object.

Number.toPrecision ()
The JavaScript toPrecision () method formats a number to create the specified length.

Number.toFixed()
The JavaScritpt toFixed () method is used to format a number using a fixed point representation.

Number.toExponential()
The JavaScript prototype.toExponential () method is used to convert the entered value exponentially.

Number.parseInt()
The Number.parseInt () method is used to convert an array into an integer in JavaScript.