I have two Date variable Fields defined as Nvarchar in SQL database. What I want is to calculate the difference between the two datefields.
My first datefield in Table 1 is Project.ActSignDate and the second datefield in Table 2 is Project.DelDate.
In coding, how do you do this ?
My first datefield in Table 1 is Project.ActSignDate and the second datefield in Table 2 is Project.DelDate.
In coding, how do you do this ?