Hello community,
I’m struggeling to get the exact date structre from this JSON request.
It is important to get the exact same value. I have tried to parse it as seen below. But I can’t figure out how to get the same milliseconds like in the request.
Hi,
I have tried both using deserialize JSON and also parsing the value to datetime … but what has finally worked for me was to use regex to scrap this date string.
Hi Roman,
I am currently facing the same problem with converting an JSON ISO8061 Date to String. It would be great if you could explain your regex solution with more details. Thank you!