Home | History | Annotate | Download | only in src

Lines Matching refs:Date

2070  * Convert a Date to ISO 8601 format. To avoid depending on the Date object
2071 * this method calls the functions in date.js directly and not through the
2073 * @param {Date} value The Date value to format as JSON
2074 * @return {string} JSON formatted Date value
2094 * Convert a Date to ISO 8601 format. To avoid depending on the Date object
2095 * this method calls the functions in date.js directly and not through the
2097 * @param {Date} value The Date value to format as JSON
2098 * @return {string} JSON formatted Date value