You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
The system currently does not count the start and end date inclusively when counting the # of days of study, as well as the # of days for a study break.
Actual Behaviour
The current calculation is [study end date] - [study start date].
Expected Behaviour
It should be [study end date] - [study start date] + 1.
The text was updated successfully, but these errors were encountered:
…1975)
* initial commit
* added form and more tests
* changed to make dateDifference function to be always inclusive
* removed duplicate test
* changed toEqual() to toStrictEqual()
Describe the Bug
The system currently does not count the start and end date inclusively when counting the # of days of study, as well as the # of days for a study break.
Actual Behaviour
The current calculation is [study end date] - [study start date].
Expected Behaviour
It should be [study end date] - [study start date] + 1.
The text was updated successfully, but these errors were encountered: