01-26-2013 12:44 AM - edited 01-26-2013 12:45 AM
When you click the browse button on a time stamp control, it opens the "Set Time and Date Dialog Box". Is there a way to open it and retrieve the date the user picked from it programmatically without using the time stamp control? i.e. where does this dialog box live? Thanks!
01-26-2013 10:49 AM
I don't have LV in front of me, but if memory serves, the VI can be found in <LabVIEW>\Resource\Dialog and it probably outputs the timestamp.
01-27-2013 01:24 PM
That's it! It's at <LabVIEW>\Resource\Dialog\picktime.vi
Thanks so much for the help!