setUTCDate

fun setUTCDate(date: Int): Int(source)

Sets the numeric day of the month in the Date object using Universal Coordinated Time (UTC).

Parameters

date

A numeric value equal to the day of the month.

MDN Reference