ant-design How could I format the week num in WeekPicker

lvjbypge  于 2022-12-31  发布在  其他
关注(0)|答案(3)|浏览(168)
  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

Now the week num in WeekPicker is the number of year , but for some one that is not clear, they want the number of month.
现在WeekPicker的组件里,周数指的是一年当中的第几周,但对一些客户来说,这个不够明确,他们比较希望的表达是某个月的第几周。

What does the proposed API look like?

I hope there is a method to format the week number, just like this.

<WeekPicker
  weekNumberFormatter = {(beginDate, endDate) => ''}
/>
fjaof16o

fjaof16o1#

不太明白,在标题上不是已经有展示年月了吗?

kupeojn6

kupeojn63#

it would help if replies are in English when the issue is stated in English.

相关问题