I'm new to mendix and I ran into a problem comparing dates in mendix.
My task is to collect data whose date is one to the date of the last month.
e.g. date>=01.04.2023 && date<=30.04.2023
What is the easiest way to select the beginning of the last month and the end of the last month.
Thank in advance.