I am trying to convert a datetime field BEGIN_DATE to come out as 03/15/1994 for example. does anyone have any ideas I tried
BEGIN_DATE = convert(datetime,convert(char(10),BEGIN_DATE,101))
per a prior post but no luck as it still outputs the time
any help would be great
thanks
BEGIN_DATE = convert(datetime,convert(char(10),BEGIN_DATE,101))
per a prior post but no luck as it still outputs the time
any help would be great
thanks