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 日历,但我遇到了年份问题。选择组件仅列出最后(和下一个)10 年,因此在 2003 年到 2023 年之间。在生日领域可能会很糟糕.. 跟随组件的打印。我该如何解决?
我设法解决了这个问题!
我刚刚定义了属性 yearRange。默认值为 yearRange="c-10:c+10" 所以我这样写:
yearRange="c-70:c+10"