Help with handling CF/SQL Date Arithmatic?
Hello
There is an order entry date: order_create_date.
I am able to display the aging by: #DateDiff("d", thequery.order_create_date, nowtime)#
I now need to stop the aging clock ticking with: order_onhold_date,
And resume the aging clock with: order_offhold_date
So it would be something like #DateDiff("d", thequery.order_create_date, nowtime)# minus #DateDiff("d",thequery.order_onhold_date,thequery.order_offhold_date)#
?
Any help would be appreciated- Thanks
