优艾设计网

java中如何把String转为Timestamp?

优艾设计网 https://www.uibq.com 2023-01-15 07:43 出处:网络 作者:PS抠图
新手 SimpleDateFormat df1 = new SimpleDateFormat(\"yyyy-MM-dd HH:mm:ss\");java.uti优艾设计网_PS论坛l.Date date11 = df1.parse(\"2010-6-2 16:10:38.00\");String time = df1.format(date11);Timestamp ts = T

新手 SimpleDateFormat df1 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
java.uti优艾设计网_PS论坛l.Date date11 = df1.parse("2010-6-2 16:10:38.00");
String time = df1.format(date11);
Timestamp ts = Timestamp.valueOf(time);
System.out.println(ts);
用这段代码valueOf那报错


oo小娜子 10小时前

import sql下面的 Timestamp

优艾设计网_PS交流


oOBeat呵呵Oo 10小时前

优艾设计网_PS百科

我这里是好的你可以把报错信息贴出来


0

精彩评论

暂无评论...
验证码 换一张
取 消