-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.3.10
Environment
win10,ie
Reproduction link
Steps to reproduce
this.form.getFieldsValue()
What is expected?
日期字符串
What is actually happening?
moment格式的日期
日期组件建议,使用form.getFieldsValue方法获取到的值是moment格式的,要提交的话 要全部按照格式全部手动转一次,如果一个页面时间选择比较多的话,全部一个个转,特别麻烦,使用form.getFieldsValue 获取值的时候能否获取到直接的日期字符串而不是moment格式哦