Flex 4 中的日期差异
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该实现可以在 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:
But this package seems not to be a part of the standard Flex SDK, so you better should try FlexDateUtils.
如果您需要代码:
http://flexed.wordpress.com/2006/06/26/date-区别/
If you need the code:
http://flexed.wordpress.com/2006/06/26/date-difference/