I faced a specific issue while using calender widget...

0
The image I have shared has a grid I could able to create new events with start and end date. It events will be marked in the calendar. For example I have created an event that has an end date on the 13th in the data grid but the calendar end event is 12th why the last day is not included.
asked
2 answers
1

Issues where there seems to be a day wrong when handling dates are usually down to a mix of localized and non-localized DateTimes. Check your application and make sure the DateTime attributes you are using are consistent.

 

For more information on working with DateTimes in Mendix, have a look at the FAQ.

https://docs.mendix.com/refguide/datetime-handling-faq/

 

I hope this has helped. Good luck!

answered
0

Add a change event to apply logic on end date before commit.

image.png

answered