03-12-20 09:00 AM
I am trying to create a timestamp including milliseconds in BluePrism using a Calculation step with the following expression:
FormatDateTime(Now(), "yyyy_MM_dd_hh_mm_ss_fff")
According to the BluePrism documentation, Now() returns current date and time and FormatDateTime uses DotNet format strings. According to the Dot.Net documentation it should work with fff. Unfortunately I only get 000 at the end, which is unlikely to be correct considering the number of attempts I already made. What should the format string be so that the milliseconds are part of the result? PS: FFF instead of fff does not work either. Thanks a lot!
--------------------------------------------------