Pages

Javascript Date - toString Method

Description:

This method returns a string representing the specified Date object.

Syntax:

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

Return Value:

Returns a string representing the specified Date object

Example:

<html>
<head>
<title>JavaScript toString Method</title>
</head>
<body>
<script type="text/javascript">
   var dateobject = new Date(1993, 6, 28, 14, 39, 7);
   stringobj = dateobject.toString();
   document.write( "String Object : " + stringobj ); 
</script>
</body>
</html>
This will produce following result:
String Object : Wed Jul 28 14:39:07 UTC+0530 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