07-15-2005 09:33 AM
07-15-2005 10:00 AM
A timestamp is the number of seconds that passed since 01/01/1904 00:00:00 GMT (you could see that if you right-click the VI and select Help).
The Time & Dialog palette has a VI (Date\time to Seconds) that helps you convert a date\time cluster into a timestamp. You can get the different parts of the cluster by continuosly passing the number through series of Quotient & Remainder functions (divide by 10000 and you get 9) or by converting it to a string and parsing the string.
07-15-2005 11:17 AM
07-15-2005 11:42 AM