Setup a KFI Field (e.g. called Date_Created) and set its format tab options to a Date requiring DD/MM/YYYY format.

Then on the output tab, use the 'Add suffix to output value' option to add the (Time Processed) to the field.

This will add the <<(Time Processed)>> string to the field.

Then insert a space before this <<(Time Processed)>> string.

Then modify the string to change the time default format from HHMMSS to HH:MM:SS

<<(Time Processed)(hh:mm:ss)>> (note: there is a space at the start of this line!!!!!!)

Then when the KFI field runs, EzeScan will take the date entered by the user in DD/MM/YYYY format and append to it the time in HH:MM:SS format.

Thus a date value of 28/03/2007 and processed time of 17:10:05 would become 28/03/2008 17:10:05

This value can then be passed into an upload DateTime field

Direct link to FAQ