gpt4 book ai didi

actionscript-3 - 在 Flex 中将 String 转换为 Date 对象

转载 作者:行者123 更新时间:2023-12-04 04:29:42 25 4
gpt4 key购买 nike

这个问题在这里已经有了答案:




8年前关闭。




Possible Duplicate:
Date to String <-> String to Date



我有一个字符串形式的日期:
"Tue Sep 25 12:24:18 GMT+0530 2012"

如何将此 String 转换为 Date 对象?

最佳答案

var d:Date = new Date();
d.setTime(Date.parse(str));

关于actionscript-3 - 在 Flex 中将 String 转换为 Date 对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12577687/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com