06-26-2018 01:55 AM
Dear all,
I have a string representing time data from sensor and i need to convert them to time stamp for plotting to X-Y graph. I have put the string as an example.
I somehow cannot get the timestamp output correctly and cant plot out my X-Graph correctly with the desired data and time. I think somehow my conversion is incorrect.
Can someone assist me?
Solved! Go to Solution.
06-26-2018 03:14 AM
%<%m/%d/%Y %H:%M>T
06-26-2018 04:25 AM
Dear Sir,
Thanks . i got something like that.
How to remove the zeros in the timestamp data? There are many zeros in front of PM
06-26-2018 04:35 AM
@Joven wrote:
How to remove the zeros in the timestamp data?
Now that you have the data as a TimeStamp, you have only to format it properly. Right-click the indicator and check its Display Format (you probably want to set the System Time Format "Digits" to 0).
Bob Schor