skip to main
|
skip to sidebar
DotNet--->Satheesh
Wednesday, June 3, 2009
check
Date format MS SQL
To format date as yyyy-mm-dd in MS SQL :
select convert(char(10),getdate(),121);
Result format : 2009-06-03
select convert(char(19),getdate(),121);
Result format : 2009-06-03 15:55:00
1 comment:
Satheesh M Nair
June 5, 2009 at 12:49 AM
yes...this is very informative..thanks
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2010
(4)
►
March
(2)
►
February
(2)
▼
2009
(52)
►
December
(16)
►
November
(2)
►
October
(9)
►
August
(8)
▼
June
(17)
Searching a field in sql table
IT PAPERS CORNER
C Sharp CORNER
.NET CORNER
WebSite for STUDY(Referrence)
String Manipulation(C#)
Convert C# to VB.Net
Special Charecters to HTML(links)
MetaTag in Asp.Net
New window settings using javascript
Take a Value from webconfig
SQL--Convert (binary) in to string using sql
Allow numbers (0-9), and periods (.) for Registrat...
Mail sending from C#.Net (.NEt2.0,Godaddy hosting)
Equating text datatype with string in SQL
Set Paging in Datagrid
check
About Me
Satheesh M Nair
Nothing..U Can feel me about what i am...
View my complete profile
yes...this is very informative..thanks
ReplyDelete