DroidScript

JavaScript Reference

dateObj.toSource()

The toSource() method returns a string representing the source code of the object.

Syntax

dateObj.toSource()
Date.toSource()

Parameters

None.

Description

The toSource() method returns the following values:

This method is usually called internally by JavaScript and not explicitly in code.

[Not part of any standard. Implemented in JavaScript 1.3.]


 Created by Mozilla Contributors and licensed under CC-BY-SA 2.5