You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, we could be need to have a quarter selection in the DatePicker component.
What does the proposed API look like?
Like the week selection using the datepicker[nzMode="date"] template with row selection instead of case selection, we could have a row selection in the datepicker[nzMode="month"] template to select a quarter of a year.
The text was updated successfully, but these errors were encountered:
…8478)
* feat(module:date-picker): quarter selection of date picker(#7818,#7380)
* feat(module:date-picker): quarter selection of date picker
* feat(module:date-picker): format quarter
* feat(module:date-picker): quarter disable date
* feat(module:date-picker): use date-fns getQuarter
* feat(module:date-picker): use date-fns startOfQuarter
* feat(module:date-picker): fixed test
* feat(module:date-picker): add test case
* Update zh_HK.ts
* Update zh_TW.ts
What problem does this feature solve?
In some cases, we could be need to have a quarter selection in the DatePicker component.
What does the proposed API look like?
Like the week selection using the datepicker[nzMode="date"] template with row selection instead of case selection, we could have a row selection in the datepicker[nzMode="month"] template to select a quarter of a year.
The text was updated successfully, but these errors were encountered: