How can you set the day of the month for a Date object?
date.setMonth()
date.setDate()
date.setMonthDay()
date.setDay()