Hi, I am looking for a routine which can return Date Interval in Number and if i add a number into a date it will return me a Date. Same as we do in excel. Can anyone help me? Regards,
Among the scripting languages supported by TestComplete, only VBScript provides the DateDiff function, because it's a VBScript built-in function. So, I recommend that you continue using the TimeInterval method to calculate the difference between dates.