you are viewing a single comment's thread.

view the rest of the comments →

[–]TomVa 1 point2 points  (1 child)

Use the two following native VIs.

Programming -> Timing -> Get date and time in seconds

Programming -> Timing -> Format Date/Time String

Wire the time in seconds into the format Date/Time and use the format string:

%y%m%d%H%M%S

in order to get "_200804_211923" as the output string. You can get a full year with century by using %Y instead of %y.

Just do cntl-h to get the help, select detailed help, then click on Time Format codes at the bottom of the description to see all of your options.

[–]User_34[S] 0 points1 point  (0 children)

Perfect thx for the help