03-24-2011 04:40 AM
Hi,
Why i can't get back the correct time under the yr 1970 instead of 7:59:59.000 AM 1/1/1970 always..
Attach with the vi
regards,
Solved! Go to Solution.
03-24-2011 04:50 AM
Do you mean you want Time followed by Date, instead of Date followed by Time?
That will depend on the order of your input - if time is first in the input, it will be first on the output. The format string only says how to interpret the information, not what order to put it in.
Formate Date/Time String could be your friend here...
Ian
03-24-2011 05:03 AM
Hi,
If you run the vi, then can see the different.
Attach with my pic.
Thanks and regards,
03-24-2011 05:26 AM - edited 03-24-2011 05:31 AM
Works OK for me!
Maybe you have some regional settings that are upsetting it?
EDIT: Have a look in the help file for the scan from string. Near the bottom of the page it mentions localization (or maybe localisation if we localise ourself out of North America ).
03-24-2011 05:32 AM