react-code-dataset / ant-design /components /form /demo /getValueProps-normalize.md
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
## zh-CN
配合 `getValueProps``normalize`,可以转换 `value` 的格式,如将时间戳转成 `dayjs` 对象再传给 `DatePicker`
## en-US
By combining `getValueProps` and `normalize`, it is possible to convert the format of `value`, such as converting the timestamp into a `dayjs` object and then passing it to the `DatePicker`.