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