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

[新功能需求] 日历组件可以格式化v-model的值,我需要绑定的值可以是YYYY-MM-DD等指定格式 #697

Open
q3156277562 opened this issue Nov 7, 2024 · 0 comments
Labels
feature: need confirm 待确认的新特性

Comments

@q3156277562
Copy link

这个功能解决了什么问题?

后端数据库中需要的日期格式有时候并不是时间戳。每一个日期字段最后在提交的时候,需要手动提交格式化会很麻烦,可以的话麻烦增加一个value-format可以直接格式化v-model的props

你期望的 API 是什么样子的?

<wd-calendar-view v-model="listInfo.dailyQty" value-format="YYYY-MM-DD" />
@q3156277562 q3156277562 added the feature: need confirm 待确认的新特性 label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: need confirm 待确认的新特性
Projects
None yet
Development

No branches or pull requests

1 participant