JavaScript Date method: toISOString()
[this page | pdf | back links]
The toISOString() method (when applied to a
JavaScript
date) returns
the date as a string, using ISO notation.
It
has the following syntax (with no parameters):
date.toISOString()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Dates