vant icon indicating copy to clipboard operation
vant copied to clipboard

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

Open breggle opened this issue 4 months ago • 0 comments

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;// 增加 };

breggle avatar Sep 30 '24 10:09 breggle