if (rangeType === "month") {
                monthOptgroupElement.classList.remove("is-hidden");
                rangeSelectElement.value = monthOptgroupElement.children[0].value;
            }
            else {