监控 Flex 中的日期是否发生变化
在Flex/ActionScript 3中,是否有更好的方法来监视日期/时间,通过创建每分钟调度的计时器来确定日期是否已更改为第二天?
In Flex/ActionScript 3, is there a better way to monitor the date/time to determine if the date has changed to the next day by creating a timer that dispatches every minute?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这样做的好例子:示例时钟
Good example to do just that: Sample clock