将格式化的日期字符串转换为 XPath 中的日期值

发布于 2025-01-04 03:11:54 字数 121 浏览 0 评论 0 原文

如何使用 XPath 将字符串中包含的日期转换为日期值?

我通过使用 fn:format-date 格式化日期值来获取字符串,现在我想要格式化字符串中的日期值。

谢谢你,

How can I convert a date contained in a string into a date value with XPath?

I got the string by formatting a date value with fn:format-date, and now I want the date value from the formatted string.

Thank you,

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

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

发布评论

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

评论(1

因为看清所以看轻 2025-01-11 03:11:54

您可以使用 EXSLT 的 date:date(string)。它在大多数 XSLT 处理器中实现,但也作为纯 XSLT 函数实现。

文档:http://www.exslt.org/date/functions/date/index .html

You can use EXSLT's date:date(string). It is implemented in most XSLT processors but also as a pure XSLT function.

Documentation: http://www.exslt.org/date/functions/date/index.html.

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