Good afternoon everybody,
I'm calling an external SOAP Webservice, and I'm having problems with the Datetime format.
I'm declaring my variables as Datetime and when I debug the code, the value of the variable is "17/03/2020 00:00:00".
The call crashes because of an invalida datetime format, which is, according to the provider, "2020-03-17T00:00:00+01:00"
I have to send the value without "+01:00", which I understand is the timezone.
How can I do this?
Thank you very much, as always.
Pepe.