GETASDATE help please
am 03.12.2007 22:46:08 von J TI 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
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
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