-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
DatePicker 绑定字符串类型的时间格式 #718
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
Labels
Comments
I got the same issue with the value formating. Any updates? |
我也遇到同样的问题,是否可以直接支持绑定字符串 |
同样的问题,我需要直接string的类型,不要monent的 |
一样的痛点,打算自定义个组件,先抗着😂看这issue的处理速度,等不上了 |
不能再同意 |
Table 和 DatePicker 这两个组件远不如 element-ui 方便 |
tangjinzhou
added a commit
that referenced
this issue
Apr 29, 2020
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What problem does this feature solve?
希望可以在Value上直接使用字符串格式的日期,
在现有的API基础上, 如果我要达到这个效果. 就必须要先包一层
在外面这么用
然后取出来的 created_at__date 为 “2018-09-01”
elementui 也有类似实现 https://element.eleme.io/#/zh-CN/component/datetime-picker#attributes
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: