Hey Apeksha, You can use the DateDiff function. Example:
Syntax: DateDiff(DateInterval, Date1,Date2)
Code: DateDiff(DateInterval.Day, “2019-01-30”,“2019-02-01”)
It will return the number of the days between the two dates as Integer Type.
Hope It helps!