开发者

How to find Day name?

I have to find the Name of a particular DATE (like Sunda开发者_运维知识库y, Monday etc.) in past.

Suppose I have to find Day Name on

2000-1-1

How can I find that ?


You can use DATENAME function of SQL Server, like this

SELECT DATENAME(dw,'2000-1-1')
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜