I have an app where the user can input some dates.
After some research I decided to use mydatepicker v2.0.31
The issue is that when I choose a date in the frontend and send it to the backend, as the backend app a java app) is in a different timezone that the regular users, it change the date for the day before.
I tried several things... What I'm doing now is converting the date in the angular app to string with the format yyyy-mm-dd before sending it to the backend, but then the results (after the backend process the date) is one day less.. As I'm in ART and the backend in EST... Is there any option I can send a date without assuming the Time Zone?