Topic: 怎样将字符串型的日期转化为格式为yyyy-mm-dd hh:mm:ss的日期型 |
Print this page |
1.怎样将字符串型的日期转化为格式为yyyy-mm-dd hh:mm:ss的日期型 | Copy to clipboard |
Posted by: dreamtobetrue Posted on: 2006-10-10 10:28 //提取当前系统时间作为Date发送至数据库 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss",Locale.SIMPLIFIED_CHINESE); String timestr = sdf.format(new Date()); 我在插入Access数据库时,其中一个表的字段名为Date,类型为日期/时间型 现在我想把timestr这个变量转化为数据库中需要的类型 应该怎么转换 望各位朋友指点!万分感谢! |
2.Re:怎样将字符串型的日期转化为格式为yyyy-mm-dd hh:mm:ss的日期型 [Re: dreamtobetrue] | Copy to clipboard |
Posted by: gaoxt1983 Posted on: 2006-10-10 12:35 Access用的是T-SQL,可以用DateValue函数,请查MSDN或者用sdf.parse |
3.Re:怎样将字符串型的日期转化为格式为yyyy-mm-dd hh:mm:ss的日期型 [Re: dreamtobetrue] | Copy to clipboard |
Posted by: dreamtobetrue Posted on: 2006-10-12 10:44 我用sdf.parse()转换之后 不是yyyy-mm-dd hh:mm:ss 所以插入数据库时还是抱错 提示数据格式不对 另外MSDN是什么 不好意思 麻烦gaoxt1983 您指点一下 |
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 |