I have two date fields, start_date and end_date.
I'd like to subtract the two dates, and come up with a number (the
number of difference between the two dates).
What function is there to do this? I haven't been able to find anything
in BOL.
Start_date = 6/1/03
End_date = 6/8/03
End_date - start_date = 7
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
I'd like to subtract the two dates, and come up with a number (the
number of difference between the two dates).
What function is there to do this? I haven't been able to find anything
in BOL.
Start_date = 6/1/03
End_date = 6/8/03
End_date - start_date = 7
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment