Home | History | Annotate | Download | only in src

Lines Matching refs:Date

2687  * Convert a Date to ISO 8601 format. To avoid depending on the Date object
2688 * this method calls the functions in date.js directly and not through the
2690 * @param {Date} value The Date value to format as JSON
2691 * @return {string} JSON formatted Date value
2711 * Convert a Date to ISO 8601 format. To avoid depending on the Date object
2712 * this method calls the functions in date.js directly and not through the
2714 * @param {Date} value The Date value to format as JSON
2715 * @return {string} JSON formatted Date value