Pages

Javascript Date toDateString() Method

Description:

Javascript date toDateString() method returns the date portion of a Date object in human readable form.

Syntax:

Date.toDateString()
Here is the detail of parameters:
  • NA

Return Value:

Returns the date portion of a Date object in human readable form.

Example:

<html>
<head>
<title>JavaScript toDateString Method</title>
</head>
<body>
<script type="text/javascript">
   var dt = new Date(1993, 6, 28, 14, 39, 7);
   document.write( "Formated Date : " + dt.toDateString() ); 
</script>
</body>
</html>
This will produce following result :
Formated Date : Wed Jul 28 1993 
 
 
+JavaScript +JavaScript Frameworks Links +Javascript Development 
+JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn 
+Javascript Problems +JavaScriptOn 
 +javaScript is a creek in West Virginia in the summe  
+enJineS +JavascriptU +Javascript Tutor  
   
  

No comments:

Flag Counter
| Copyright © 2013 Remote Tutor