Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以将毫秒转换为日期和时间字符串吗?假设我有很长的毫秒数,我想要这样:Oct 22 2013 09:50:17 这可能吗?
像这样:
var date = new Date(1324339212260); date.toString("MMM dd");