gpt4 book ai didi

date - 如何在 Kotlin 中将日期字符串转换为时间戳?

转载 作者:IT老高 更新时间:2023-10-28 13:35:38 29 4
gpt4 key购买 nike

我想将日期字符串从日期字符串转换为 unix 时间戳,例如14-02-2018

有人可以帮忙吗?

最佳答案

使用它来将日期字符串转换为 UNIX 时间戳

val date = SimpleDateFormat("dd-MM-yyyy").parse("14-02-2018")
println(date.time)

关于date - 如何在 Kotlin 中将日期字符串转换为时间戳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48838992/

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