Description:
Javascript date toLocaleDateString() method converts a date to a string, returning the "date" portion using the operating system's locale's conventions.Syntax:
Date.toLocaleDateString() |
- NA
Return Value:
Returns the "date" portion using the operating system's locale's conventions.Example:
<html> <head> <title>JavaScript toLocaleDateString Method</title> </head> <body> <script type="text/javascript"> var dt = new Date(1993, 6, 28, 14, 39, 7); document.write( "Formated Date : " + dt.toLocaleDateString() ); </script> </body> </html> |
Formated Date : Wednesday, July 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: