Topic: 如何从数据库日期型字段取出时间

  Print this page

1.如何从数据库日期型字段取出时间 Copy to clipboard
Posted by: jimmyofth
Posted on: 2008-01-19 20:27

我用ResultSet.getDate()取得日期型数据后;
只能得到年月日,而时分秒需要用getTime()取。
getTimestamp()倒是可以都取到,但我如何将这个时间变成calendar对象
因为Date,Time,Timestamp都无法单独取某个值(年月日时分秒)

谢谢!

2.Re:如何从数据库日期型字段取出时间 [Re: jimmyofth] Copy to clipboard
Posted by: jimmyofth
Posted on: 2008-01-19 21:23


GregorianCalendar cal = new GregorianCalendar();
cal.setTime(singlePay.getPayTimestamp());

奇怪,这段代码怎么开始出错,后来又正常了。
Timestamp是Date的子类,应该没有问题的


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923