Technical Article

Date Without time (corrected)

,

An alternative to the script published 03/28/03.

CREATE  function getdatePortion(@inDate datetime)
returns datetime
As
begin

 return convert(datetime,convert(varchar(11),@inDate))


end

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating