Calculate Days between Dates

  • Hi people,

    I have to calculate how many days are between 2 dates (ProjectStartDate and ProjectFinishDate) in order to retrieve TotalProjectDuration.

    Do anybody know a way to do it?

  • Found the solution!

    Here it goes

    DATEDIFF(DAY, ProjectStartDate, ProjectFinishDate) AS TotalProjectDuration

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply