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
Have a look at the To Timestamp function:
http://zone.ni.com/reference/en-XX/help/371361J-01/glang/to_timestamp/
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.