sql server programming:
Store in a datetime and return using
select left(replace(convert(varchar(8),dte,10),'-',''),6)
[quoted text, click to view] "HartmanA" wrote:
> Whice Date function would I use If I wanted to take a dateTime field in my
> table and produce this output.
>
> 06/14/04 to 061404 ---> and I need to kept both postions of MMDD
>
>
>
> Thanks.
>
>