09-10-2008 02:30 PM
I am opening an Excel sheet and extracting serial numbers and dates from it. The dates are coming in as a decimal number which is not converting into a time stamp I can use. A picture of my vi is attached. The yellow note on the front panel is the date in Excel that that number represents.
How do I fix this to be a time stamp?
Tay
09-10-2008 02:52 PM
Never mind - it's an Excel cell formatting issue. Excel is displaying that number as a date. LabVIEW pulls in the number. So I guess I'll be saving the original Excel file as a tab delimited text file as well, so I can use the date function.
Tay
09-10-2008 02:59 PM
09-10-2008 03:30 PM
Yeah, I didn't think to search the LabVIEW forum for an Excel idiocy.
Tay