Convert a DayValue to a JavaScript Date.
By default returns a local Date at midnight for the day. If utc is true the returned Date represents midnight UTC for that day.
utc
day as YYYYMMDD
whether to construct the Date in UTC (default: false)
Date object for the given day
Convert a DayValue to a JavaScript Date.
By default returns a local Date at midnight for the day. If
utcis true the returned Date represents midnight UTC for that day.