GETASDATE help please
I have a timestamp container and I wanted to extract the date to use
in a calculation
How can this be done please
Thanks in advance
John
Re: GETASDATE help please
I doubt your timestamp is a container, but here goes:
YourDate = Date ( Month ( YourTimeStamp ) ; Day ( YourTimeStamp) ; Year
( YourTimeStamp ) )
Matt
on 12/03/07 4:46 PM J T said:
> I have a timestamp container and I wanted to extract the date to use
> in a calculation
>
> How can this be done please
>
> Thanks in advance
>
> John