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.
我需要日期选择器将一周的开始时间显示为星期一,而不是星期日,文档没有说明它以及如何更改它,或者我完全错过了它。
帮助表示赞赏。
Picker Options有一个firstDayOfWeek属性。它接受一个数字,表示从星期一开始计算一周的第一天。默认值为 7,将其设置为 1 对您有用。