Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

XPath month-from-dateTime

Last modified: June 29, 2022

1 Overview

The month-from-dateTime() function extracts the amount of months from a DateTime attribute so it can be used to compare to a value.

2 Example

This query returns all logs where the amount of months in DateAttribute is 12 (for example, “2011-12-30”):

1
//Logging.Log[month-from-dateTime(DateAttribute) = 12]