I am using NCalc in a project. Is there a way to do date operations like
#16/02/2013# - #15/02/2013# = 1
I can't seem to be able to produce a result.
Expression.Evaluate();
Results is null for the above expression. I can compare two dates, but is there a way to do operations on them using NCalc?