Explorer Importing CSV DateTime broken
Brought to you by:
tpsfadmin
When importing a date Time field from a csv file using
the explorer I am only getting the Date portion.
I found and fixed the problem here:
The file ffimdlgf.pas has the following error
fftDateTime and fftSTDate are both getting set to
nftASCIIDate.
But, with dateTime you really want the date and the
time so you should set asourceType to nftASCIITimestamp.