09-11-2008 04:55 AM
i have set of arrays string format as a date and time with data...........
how to display on the graph data with time?...
how to do this conversion?
09-11-2008 07:42 AM - edited 09-11-2008 07:42 AM
Here you go:
Norbert
09-12-2008 01:01 AM
this is working with 8.5 but i have to develop this for 7.1... but in 7.1 there is no option for this task......
how to do this in 7.1?
09-12-2008 02:49 AM
Well, it seems that the format string indeed does not work with LV 7.x.
So if you really need the time/date as a timestamp datatype, you have to either
a) upgrade LV (easy solution)
b) calculate the time in seconds regarding the time/date string. This is quite elaborate and may be limited to certain time settings in the system... but it should be a valid workaround.
Sorry for not being more helpful here....
Norbert