String was not recognized as a valid DateTime framework

good afternoon
I have a problem when I upload my data to the orchestrator-it’s date data

as you can see the date is uploaded in this format “02/04/2020 15:24:49”, I suppose that when it returns it will remain in the same format,

I need to extract the day value from this data

can someone help me is urgent

@borismh Can you Get the Data from the Queue?

Hi @borismh

You can extract the date as a string and then convert it into date-time.

After that use .ToString() and inside that write the format you required for example if you the date in the format 04-Feb-2019 15:24:19 Then use .ToString(“dd-MMM-yyyy HH:mm:ss”)

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.