Skip to content
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

[Feature Request] DatePicker组件格式化日期增加完整日期参数 #13145

Open
breggle opened this issue Sep 30, 2024 · 0 comments
Open
Assignees

Comments

@breggle
Copy link

breggle commented Sep 30, 2024

What problem does this feature solve?

DatePicker组件格式化日期无法实现显示周几

What does the proposed API look like?

type Formatter = (type: string, option: PickerOption) => PickerOption;
type PickerOption = {
text?: Numeric;
value?: Numeric;
date?: Date;// 增加
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants