Declare @today datetime
Set @Today = getdate()
Set @Today3 = convert(datetime,convert(char(10),getdate(),101))
Select @Today, @Today3
"Give someone a program, and frustrate them for a day; Teach someone to program, and frustrate them for a lifetime." - Unknown
No comments:
Post a Comment