JavaScript Date method: valueOf()
[this page | pdf | back links]
The valueOf() method (when applied to a JavaScript
date) returns
the primitive value of the date.
It
has the following syntax (with no parameters):
date.valueOf()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Dates