Overview
This example converts a formatted string into a timestamp.
Description
This code takes in an input string and converts it to a timestamp. It expects the string to be in the following format: 4/30/2004 7:48:47 PM. Any other format will cause the VI to return an error.
Hardware and Software Requirements
Software: LabVIEW NXG 1.0 or compatible
Steps to Implement or Execute Code
1. Enter the string to be converted in the Input String control.
2. Run the VI.
3. Note that the timestamp will update to match the input string.
Additional Information or References