XML Element to right DateTime format

Hi,

I have an element in XML file which is date but not in the right format. The format in file is “yyyy-MM-dd”. I created a variable for the element but now I have to convert it to right format which is “d.m.yyyy” because I need it for comparison and then later on input data in excel file in that specific format (the second one). Also, I’m adding variables in excel with add data row and then write range.

@markosc
Use can use this : Date.Now.ToString(“d.M.yyyy”)

Where?

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