-
Method Summary
function toISOString() converts a Date to ISO8601-formatted string.
function toJSON(key) JSON-serialize a Date object.
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSDateFunctions
getDate, getDay, getFullYear, getHours, getMilliseconds, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getUTCDate, getUTCDay, getUTCFullYear, getUTCHours, getUTCMilliseconds, getUTCMinutes, getUTCMonth, getUTCSeconds, setDate, setFullYear, setHours, setMilliseconds, setMinutes, setMonth, setSeconds, setTime, setUTCDate, setUTCFullYear, setUTCHours, setUTCMilliseconds, setUTCMinute, setUTCMonth, setUTCSeconds, toDateString, toLocaleDateString, toLocaleString, toLocaleTimeString, toTimeString, toUTCString, valueOf
-
Method Details
-
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:
-
-
toJSON
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:
-