I save in 01-03-2022 but in the calendar the save date is 01-02-2022
Hi Jaymer ,
My name is Cristian, And I am helping in the forum with the intention of becoming an MVP, your like helps me a lot and even better if I manage to solve your issue.
I can't find the popup you share.
The first thing I would observe is the type of Input if it is of type Date.
Best Regards,
CP
Hello jaymer,
Outsystems by default convert time your time zone to UTC for example in india utc+5.30 so if you are converting only date(date type will saving )and give as 03-01-2022 then it take as 03-01-2022 00:00:00 and minus specific time for me 5.30
so in the data base value is store as 02-01-2022 18:30:00 that y you are getting the 02-01-2022 check from your end you need to convert that so solved or take data type as datetime Thanks and Regards,
Akshay Deshpande