Date en Time format

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

@wfa.van.den.berg

parsedDateTime = DateTime.ParseExact(“04MAY2023:07:05:04.114”, “ddMMMyyyy:HH:mm:ss.fff”, CultureInfo.InvariantCulture)

image

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.