Hi leiabcn,
The simplest way to remove the unwanted (and inaccurate) date information is to execute a FormulaCalculator expression, either interactively or programmatically, using the RTP() function. For example, from a VBScript you can execute the following code to remove the date information from a channel called "FileDate" which is contained in the 1st group in the Data Portal:
L1 = CNo("[1]/FileDate")
Call FormulaCalc("Ch(L1):= RTP(Ch(L1),'h')*3600 + RTP(Ch(L1),'n')*60 + RTP(Ch(L1),'s')")
This works because the DIAdem date/time is stored as a DBL counting the number of fractional seconds since 0 AD.
Ask if you have additional questions,
Brad Turpin
DIAdem Product Support Engineer
National Instruments