0
I need to know how to pass value to Dates() functions in Javascript preference spend minutes?
<html>
<head>
<title>contagem regressiva</title>
</head>
<body>
<script>
a= new Date.getMinutes();
console.log(a)
</script>
</body>
</html>
You want to do what, take the minutes from the current system time?
– Sam
Possible duplicate of How to pick up the current date and add "n" minutes in this value?
– user54824