Is there a Webcore equivalent to the delphi ISO8601ToDateTime function? I have a date returned from a rest request (in ISO8601 format) that I would like in a TDateTime format. If not is there a EncodeDateTime function to roll my own or do I have to resort to asm calls to make this happen?
WEBLib.REST unit has a class function:
TRESTClient.IsoToDateTime(str): TDateTime
Thanks Bruno, can this be exposed to the IDE? TRestClient is currently not accessible to CodeInsight.
I checked and indeed this one was overlooked. It has been added now and will be included in TMS WEB Core v2.1