Home | History | Annotate | Download | only in src

Lines Matching refs:date

2672  * Convert a Date to ISO 8601 format. To avoid depending on the Date object
2673 * this method calls the functions in date.js directly and not through the
2675 * @param {Date} value The Date value to format as JSON
2676 * @return {string} JSON formatted Date value
2696 * Convert a Date to ISO 8601 format. To avoid depending on the Date object
2697 * this method calls the functions in date.js directly and not through the
2699 * @param {Date} value The Date value to format as JSON
2700 * @return {string} JSON formatted Date value