I work in the development of a LabVIEW program that communicates with a
server (written in Java). All acquired data is sent via TCP and the
server can read everything (waveforms and other information). However,
there is a problem in timestamp conversion. We don't know how to
convert the milliseconds correctly. The timestamp is inside a waveform,
so we cannot convert it to formatted string.
Example:
Original timestamp: 
13:37:19,639
11/10/2005
String generated with "Flatten to String":
0000 0000 
BF71 9ABF A3D7 0800 0000 0000 
Converted value (Java server):
13:37:19,000
11/10/2005
Does anyone know the algorithm to obtain the milliseconds from this value: "
A3D7 0800"? 
Thanks for attention.
My regards,
Vinicius Falseth