Flex 4 中的日期差异

发布于 2024-10-20 18:40:23 字数 66 浏览 1 评论 0原文

Adobe 文档指向一个名为 dateDiff 的函数,但是我看不到任何关于我应该导入什么以使该函数工作的示例或参考。

The Adobe docs point to a function called dateDiff, I cant however see any examples or reference as to what I should be importing to make this function work.

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

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

发布评论

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

评论(2

一紙繁鸢 2024-10-27 18:40:23

该实现可以在 com 中找到.adobe. Fiber.runtime.lib.DateTimeFunc

所以它应该像这样工作:

import com.adobe.fiber.runtime.lib.DateTimeFunc;

但是这个包似乎不是标准 Flex SDK 的一部分,所以你最好应该尝试 FlexDateUtils

The implementation can be found in com.adobe.fiber.runtime.lib.DateTimeFunc

So it should work like this:

import com.adobe.fiber.runtime.lib.DateTimeFunc;

But this package seems not to be a part of the standard Flex SDK, so you better should try FlexDateUtils.

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