Home  >  Article  >  Backend Development  >  各位能帮小弟我看看为何从SQL数据库内检索的时间值有误的有关问题吗

各位能帮小弟我看看为何从SQL数据库内检索的时间值有误的有关问题吗

WBOY
WBOYOriginal
2016-06-13 10:21:11904browse

各位能帮我看看为何从SQL数据库内检索的时间值有误的问题吗?
我的环境:
Windows 2008(32位)+ Apache2.2.21 + PHP 5.2.17 + SQL Server 2000

现在在SQL Server中有一个表,有一列是datetime类型,值我随便给了一个为“2012-05-07 10:00:00”

读出来的数据显示为:“2012 五月 7 10:00”,并且我用strlen测它的长度为17。
这是怎么回事啊??
谢谢各位。

------解决方案--------------------
怎么取的? 转化一下试试。
------解决方案--------------------
读出来的时候设置好显示格式呀
------解决方案--------------------
sql语句怎么写的?
------解决方案--------------------
这样读出来就是那种格式拉? 用convert()转化下试试。
------解决方案--------------------
convert(char,你的日期字段,120)

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn