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