const date = Date.now(); const options = { month: "long" }; new Intl.DateTimeFormat("en-US", options).format(date);
December