Interface JS5DateFunctions

    • Method Detail

      • toISOString

        JS5String toISOString()
        function toISOString() converts a Date to ISO8601-formatted string.
        Since:
        Standard ECMA-262 5th. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Date
      • toJSON

        JS5String toJSON​(JS5String key)
        function toJSON(key) JSON-serialize a Date object.
        Parameters:
        key - JSON.stringify() passes this argument.
        Since:
        Standard ECMA-262 5th. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Date, toISOString()