I have a string
variable named ProjectDateSigned
which have this format 13/10/2019 23:00:00
, and I need to convert it to ISO standard as follow 2019-10-13T23:00:00Z
, so how I can do so? i am following the UK time local.
DateTime ISOdatetimeCustom = i["ProjectDateSinged"];