Welcome to Digitrends
Sign in
|
Join
|
Help
Code Library
RSS 2.0
Atom 1.0
Home
Search
Go
Tags
.net vb.net sql server
c#
Dates
Navigation
Home
Blogs
Photos
Downloads
My Reader
Archives
July 2007 (3)
Browse by Tags
All Tags
»
.net vb.net sql server
(RSS)
Sorry, but there are no more tags available to filter with.
function to format a date field in a sql server format
Private Function convertToSqlDate(ByVal TheDate As Date) As String Dim str As String With TheDate str = (.Year.ToString.PadLeft(2, Convert.ToChar("0")) & "-" & .Month.ToString.PadLeft(2, Convert.ToChar("0")) &
Read More...
Posted
Monday, July 16, 2007 6:03 AM
by
Eric
|
0 Comments
Filed under:
.net vb.net sql server