Date.toString() : toString « Date « JavaScript Tutorial






The toString() method returns a string representation of the Date object in the local time zone.

The toString() method displays the date in the local time zone.

<html>
    <script language="JavaScript">
    <!--
    theDate = new Date();

    document.write(theDate.toString());

    -->
    </script>
    </html>








12.45.toString
12.45.1.Date.toString()