Mar 12, 2001 #1 JMTS Programmer Oct 31, 2000 26 US Is there a way to return just the current date without the time using the GetDate function?
Mar 12, 2001 #2 Andel Programmer Feb 15, 2001 366 US You can try this... select convert(varchar(30), getdate(), 101) Andel andelbarroga@hotmail.com http://andyb.8m.com Upvote 0 Downvote
You can try this... select convert(varchar(30), getdate(), 101) Andel andelbarroga@hotmail.com http://andyb.8m.com