XForms:设置绑定中的默认日期

发布于 2024-09-05 08:36:55 字数 67 浏览 4 评论 0原文

我是 Xforms 新手,需要帮助设置节点集绑定中的默认日期。我需要将默认日期设置为当前日期 + 30 天。我该怎么做?

I am new to Xforms and need help setting the default date in nodeset binding. I need to set the default date to be current date + 30 days. How do I do this?

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

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

发布评论

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

评论(2

度的依靠╰つ 2024-09-12 08:36:56

如果您希望结果为 xs:dateTime,那么下面的代码就可以解决问题:

current-dateTime() + xs:dayTimeDuration('P30D')

If you want the result to be an xs:dateTime, then the following will do the trick:

current-dateTime() + xs:dayTimeDuration('P30D')
小瓶盖 2024-09-12 08:36:56

想通了。在绑定中,我将日期的默认值设置为 days-to-date(days-from-date(local-date()) + 30)。但这并没有设定时间。我的字段类型为 xs:datetime。

Figured it out. In the binding, I set the default for the date to days-to-date(days-from-date(local-date()) + 30). But this does not set the time though. And my field is of type xs:datetime.

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