Antd Datepicker 日期格式

发布于 2025-01-11 11:25:35 字数 555 浏览 0 评论 0原文

我从 API 接收数据并将其立即传递到

initialValue。但是 registerDate 是字符串格式,如“01-01-2022”,并且当 将其传递给 时> 我遇到错误:

Error: t.clone is not a function [...]

如何修复它?我可以在将日期传递到 中的 之前格式化日期吗?

代码示例如下: https://stackblitz.com/edit/react-cxyphe

I'm receiving data from API and passing it immediatly to <Form> initialValue. But registerDate is in string format like "01-01-2022" and when <Form.Item> is passing it into <DatePicker> i've got an error:

Error: t.clone is not a function [...]

How can I repair it? Can I format the date before passing it into <Datepicker> in <Form.Item>?

Code example here: https://stackblitz.com/edit/react-cxyphe

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彩扇题诗 2025-01-18 11:25:35

看来 Form.Item 中的名称导致了问题。如果您从第 20 行删除 name,它应该呈现 datePicker。 AntD 还有一些在表单中使用日期选择器的示例。

It looks like the name in Form.Item is causing the problem. If you remove name from line 20 it should render the datePicker. AntD also some examples of using a date picker in a form.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文