01-09-2013 08:15 AM - edited 01-09-2013 08:29 AM
01-09-2013 08:21 AM - edited 01-09-2013 08:21 AM
01-09-2013 08:24 AM - edited 01-09-2013 08:27 AM
In addition to what Gerd said, if the time is in 12-hour format, change the %H to %I. In addition, if there is an AM or PM appended to the string, you may have to add %p to capture that value.
Mike...
PS: The link in your post seems to be broken.
01-09-2013 08:36 AM
A picture of what has been suggested here.
01-09-2013 09:16 AM
Thank you. But I have a problem on this. I have a text file that is covering time and data so I use read from spreadsheet file to use these data. I convert numer to string and after use scan from string function but it comes out error added to attachment. I added the code to the attachment too.
01-09-2013 09:19 AM
Hi newbie,
when you have mixed data you should read your "Excel" data as array of strings and convert your columns independently according to their datatype...
When you load your text like you do right now you will not receive any useful information for those timestamps (as you could easily see with a probe)...
01-09-2013 09:21 AM
Does the first column really have numbers in it? What does the file you are reading look like?
MIke...
01-10-2013 01:30 AM
I attached the text data file below.
01-10-2013 01:57 AM
01-10-2013 04:12 AM
Thank you GerdW. I tried it and it works. But is there a way to delete this date (01.01.1904) below the time data in timestamp?