-
Hello, Is this normal? How can I get the correct date in my backend? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You need to url encode your query string params. |
Beta Was this translation helpful? Give feedback.
-
yes, that was my first thought, but the thing is I don't have access to those parameters before the request is sent. I managed to solve this after all using the events as a function options from fullcalendar, now I get in my backend a full string, and I can use luxon from there to play with my dates. Thank you very much for your replay 🙃 |
Beta Was this translation helpful? Give feedback.
yes, that was my first thought, but the thing is I don't have access to those parameters before the request is sent.
I managed to solve this after all using the events as a function options from fullcalendar, now I get in my backend a full string, and I can use luxon from there to play with my dates.
Thank you very much for your replay 🙃