gpt4 book ai didi

javascript - 如何在 ExtJS 或 JavaScript 中将字符串转换为 Unix 时间戳?

转载 作者:行者123 更新时间:2023-12-02 20:51:49 25 4
gpt4 key购买 nike

我想在 JavaScript 中将字符串“24.05.2020 15:34:00”转换为 Unix 时间戳。任何人都可以告诉如何做到这一点吗?谢谢。

最佳答案

您可以结合使用Ext.Date.parseExt.Date.format来实现。

Ext.Date.parse 从字符串创建日期对象

Ext.Date.format 从日期对象创建时间戳。

例如。

Ext.Date.format(Ext.Date.parse("24.05.2020 15:34:00", "d.m.Y H:i:s"), "time");

关于javascript - 如何在 ExtJS 或 JavaScript 中将字符串转换为 Unix 时间戳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61588716/

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