I use UiPath Process Mining TemplateOne
How can I connect the following date + time format:
“04MAY2023:07:05:04.114”
Thanks
Hi @wfa.van.den.berg ,
pls check format
now.ToString(“ddMMMyyyy:hh:mm:ss.fff”)
regards,
LNV
parsedDateTime = DateTime.ParseExact(“04MAY2023:07:05:04.114”, “ddMMMyyyy:HH:mm:ss.fff”, CultureInfo.InvariantCulture)
This was the correct setting
Thanks for the tips to get there
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.