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