Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
July 10, 2023
MonthsBetween - XpressDox
The MonthsBetween function returns the number of months between the two dates.
Below are 2 examples of the function:
«Comment(Pass in 2 data elements, a start and an end date)»
«MonthsBetween(FirstDate,Secondate)»
«Comment(Another example is where one of the parameters is a function such as Today())»
«DaysBetween(ChooseMonth,Today())»
«ChooseUsingDatePicker(ChooseMonth)»