Skip to content
Advertisement

how to change minutes to date format in javascript?

JavaScript

i did like this

but how can i convert “setTimer” to normal format ?

Advertisement

Answer

You can set the minutes using setMinutes and then using getMinutes get the updated value and store it in setTimer.

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement