WEB开发网
开发学院WEB开发PHP 数据库的日期格式转换 阅读

数据库的日期格式转换

 2001-01-21 11:43:01 来源:WEB开发网   
核心提示:只要在convert中指定日期格式的代号就够了,如: select convert(char(20),getdate(),101) select emp_id,convert(char(20),hire_dt,101) from employee - 日期格式代号 --- 04/05/2000101 --- 200
只要在convert中指定日期格式的代号就够了,如:

select convert(char(20),getdate(),101)
select emp_id,convert(char(20),hire_dt,101) from employee


-----------------------------------------------------

日期格式     代号
-------------------- -----------
04/05/2000     101

-------------------- -----------
2000.04.05     102

-------------------- -----------
05/04/2000     103

-------------------- -----------
05.04.2000     104

-------------------- -----------
05-04-2000     105

-------------------- -----------
05 APR 2000     106

-------------------- -----------
Apr 05, 2000     107

-------------------- -----------
11:33:24      108

-------------------- -----------
Apr 5 2000 11:33:24   109

-------------------- -----------
04-05-2000     110

-------------------- -----------
2000/04/05     111

-------------------- -----------
20000405      112

Tags:数据库 日期 格式

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接