Value Of a Date : Date Get « Date Time « JavaScript DHTML






Value Of a Date

  
    
<html>
<body>
<button onclick="var myDate = new Date(); alert(myDate.valueOf());">valueOf</button>
</body>
</html>

    
      
        
    
  








Related examples in the same category

1.Get Day
2.Get Seconds
3.Get Month
4.Get Milliseconds
5.Get Full Year
6.Get Year
7.Get Time
8.To Date Source
9.Convert Date to Locale String()
10.Readable date value
11.Output date and time in a human readble form
12.Make the time readable
13.Local time and local date
14.Use toPrecision to set the date precision