GETASDATE help please

GETASDATE help please

am 03.12.2007 22:46:08 von J T

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

am 04.12.2007 20:44:47 von Matt Wills

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