We have the need to export data in CSV format so we can import it into other databases.
After exporting selected fields, the Date field, (the date that a person submits the form) includes the time of day. See below:
Entry Date
9/20/11 19:17
9/20/11 10:58
9/13/11 11:58
Consequently, the contents of that field contain the 24 Hour times in addition to the dates. This makes for 'clutter' when importing this data into our other database.
Is there a way that the Time part can be excluded in the export function?