Hi,
Using the monthsBetween() function if I set the start date for the 02-Jan-2016 and the end date for 01-Feb-2016 it will return 1. Is this the default behavior, should it not return 0?
Edit access is enabled.
If I use subMonth(1) function on 01-Feb-2016 it returns 01-Jan-2016 as expected.