Home > Database > Mysql Tutorial > SqlServer2000获取当前日期及格式

SqlServer2000获取当前日期及格式

WBOY
Release: 2016-06-07 16:21:09
Original
1255 people have browsed it

SqlServer2000获取当前日期及格式: SqlServer2000 获取当前日期及日期格式 获取系统日期: GETDATE() 格式化日期: CONVERT(VARCHAR,GETDATE(),20) 或 CONVERT(VARCHAR(20),GETDATE(),120) 注: 20 表示20位,日期格式为:yyyy-mm-dd hh:mm:ss 改用 10 ,日

   SqlServer2000获取当前日期及格式:

  SqlServer2000 获取当前日期及日期格式

  获取系统日期: GETDATE()

  格式化日期: CONVERT(VARCHAR,GETDATE(),20)

  或 CONVERT(VARCHAR(20),GETDATE(),120)

  注: 20 表示20位,日期格式为:yyyy-mm-dd hh:mm:ss

  改用 10 ,日期格式为:yyyy-mm-dd

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template