Allow the user to define a custom date format string to use during database loads.
If left blank in a LoadDbTable, the system will default to: "yyyy-MM-dd HH:mm:ss" for MySQL "MM/dd/yyyy HH:mm:ss" for Microsoft SQL "MM/DD/YYYY HH24:MI:SS" for Oracle SQL
If left blank in a FixedField element, the system will default to: "yyyy-MM-dd HH:mm:ss" |