-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarterly selection of date picker #7818
Labels
Comments
any update on this feature request ? please let me know.. |
This feature seems helpful, any updates on this? |
It's supported in ant-design, so it would be good to match the API. |
m310851010
added a commit
to m310851010/ng-zorro-antd
that referenced
this issue
Apr 4, 2024
3 tasks
Laffery
pushed a commit
that referenced
this issue
Jun 3, 2024
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
Quarterly selection of date range will be available
What does the proposed API look like?
<nz-date-picker nzMode="quarter" [(ngModel)]="date" (ngModelChange)="onChange($event)">
The text was updated successfully, but these errors were encountered: