Show a data according to date

0
I need to show a data according date  need to show those data how created in current date  need to show those data how created after a current date  I have one due date so if i exceed this due date then show these data in one tab.   what type of conditions i applied for this logic, please help me on that
asked
1 answers
1

Hi Aditya,

you can easily validate the dueDate like: $currentDate < $DueDate (expecting both variables being a dateTime)

In addition, Mendix has quite some functionality when it comes to date functions you can use in order to calculate with different days , hours, minutes, etc, according to the examples on the links below: 


 

answered