0 out of 2 rated this helpful - Rate this topic

2.4.6.3 Date.prototype.toJSON ( )

The toJSON method returns a String value that represents the instance in time that corresponds to the current Date object. All fields are present in the String. The time zone is always specified in UTC, denoted by the suffix Z. If this time value is not finite, null is returned.

This method is only defined for JScript 5.8.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.