Given a JS object that represents a UTC date, and an options object that contains year, month, etc, this function generates a new ISO string for the new date.
options
year
month
Given a JS object that represents a UTC date, and an
options
object that containsyear
,month
, etc, this function generates a new ISO string for the new date.