datediff( "d" , date1, date2 )
This returns the date difference in days between date1 and date2.
You said the format is short date but if the data type is date&time just be careful for with the accuracy.
For example:
a task started: 01/01/2005 23:50:00
and completed: 02/01/2005 01:00:00...