03-19-2015 03:41 AM - edited 03-19-2015 03:48 AM
I have set the display format of the numeric control to Absolute Time format. Then I would like convert the time into string and then write into a table control.
03-19-2015
03:52 AM
- last edited on
05-07-2026
04:16 PM
by
Content Cleaner
Have a look at the To Timestamp function:
https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/functions/to-time-stamp.html
You can then use Format Date/Time String to format to your heart's content.
03-19-2015 07:37 AM
The Format Into String could also be a good use here. Just set the format to be the same as you have for the numeric indicator.