06-18-2014 04:44 PM - edited 06-18-2014 04:46 PM
Hi all,
I am pulling in a column of Dates and a column of Times from a text file, creating a 2D array of this data, and then I am stuck trying to merge the two columns together.
For example, I need to take the Date and Time data from Row 0 of the 2D array are combine them into Index 0 of a 1D array. Then I need to convert this "time stamp" into seconds. Attached is an example.
Any help would be much appreciated
Erik
Solved! Go to Solution.
06-18-2014 06:09 PM
Do you need an array of strings? What character(s) will separate the data from the time?
Conversion to seconds using the LabVIEW epoch of 12:00 AM, January 1, 1904 is fairly straighforward althoug properly accounting for Daylight Savings Time and leap seconds can be tricky. Conversion to any other epoch requires more effort.
Lynn
06-18-2014 07:11 PM
No that looks fantastic in the end I just need the seconds array which you included. Thank you so much!