Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
primefaces カレンダーを使用していますが、年に問題があります。select コンポーネントは、2003 年から 2023 年の間で、過去 (および次の) 10 年間だけをリストします。どうすれば修正できますか?
私はこれを修正することができました!
属性 yearRange を定義しました。デフォルト値は yearRange="c-10:c+10" なので、次のようにします。
yearRange="c-70:c+10"