Date().getMinutes() : getMinutes : Date JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Date » getMinutes »

 

Date().getMinutes()







The getMinutes() method returns the minutes portion of the Date object expressed as an integer from 0 to 59.












<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
<!--
dateVar = new Date();
alert(dateVar.getMinutes());

//  -->
</script>
</head>
<body>

</body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Date
» getMinutes