Datediff problem
Posted: Thu Jul 08, 2010 2:29 am
Hi,
Im trying to do the equivalent of this in stimulsoft, but the result is coming back as -36
SELECT datediff(n, '2002-11-06 10:30:00.00', '2002-11-11 13:06:00.000')
The result in SQL is 7356
I've used this in stimulsoft :
DateDiff(DataSource1.ClaimDate, DataSource1.DteLastSent).Minutes
ClaimDate is '2002-11-06 10:30:00.00' and DteLastSent is '2002-11-11 13:06:00.000'
Thanks
Im trying to do the equivalent of this in stimulsoft, but the result is coming back as -36
SELECT datediff(n, '2002-11-06 10:30:00.00', '2002-11-11 13:06:00.000')
The result in SQL is 7356
I've used this in stimulsoft :
DateDiff(DataSource1.ClaimDate, DataSource1.DteLastSent).Minutes
ClaimDate is '2002-11-06 10:30:00.00' and DteLastSent is '2002-11-11 13:06:00.000'
Thanks