本文介绍了Java:将long转换为Timestamp的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我知道,如何将 Timestamp
转换为long,并使用方法。
I know, how to convert a Timestamp
to a long, with the getTime()
method.
是否有方法将 long
转换为 TimeStamp
?
推荐答案
构造函数正在这样做:
Timestamp(long time)
这篇关于Java:将long转换为Timestamp的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!