Date setUTCDate()
syntax: |
date.setUTCDate(day) |
where: |
day - a day in a month.
|
return: |
number - time in milliseconds as set.
|
description: |
This method sets the UTC day, as a number from 1 to 31, of a Date object to the parameter day. The first day of a month is 1, and the last is 28, 29, 30, or 31.
|