Days365
Mon 01 January 2018Syntax
Days365(date_val1, date_val2)
Description
Use the Days365 function to return the number of days between the Date values date_val1 and date_val2 using a 365-day year. Use this function to help compute payments if your accounting system is based on a 365-day year.
If date_val2 occurs before date_val1 , Days365 returns a negative number.
Returns
Returns a Number value equal to the number of days between the two dates in a 365-day calendar.