Calculate days between two dates

Use the potentials of Calculator field Expression to use Dates to generate your grand total

Expression:

Math.abs( field id=”date_a”] – [field id=”date_b”] ) / 86400

use this expression on your Calculator field to obtain the number of days between two Date fields.
All date field return by default the value in seconds.