我在挑选日期使用pikaday-responsive,我想设置过去40年的选择器(即1976-2016),但我使用原始pikaday设置“yearRange”来实现目标,它不起作用,任何人都知道如何设置,这是我的代码:
var instance1 = pikadayResponsive(document.getElementById("birthday"), {
format: "DD/MM/YYYY",
placeholder: birthdayhint,
yearRange: [1976,2016]
});