Learn how to remove timestamps from completion dates when exporting CSV reports from Form LMS.
When you export completion dates from Form, they include a timestamp (for example, 22/10/2025 13:29). If you only need the date, follow these steps.
Open the CSV file
- Download the CSV file from Form LMS.
- Open Excel (blank workbook).
- Go to Data → Get Data → From File → From Text/CSV.
- Select your downloaded CSV file.
- Click Load. This keeps the dates as text.
Remove the time from completion dates
- Select the column containing the date/time values.
- Go to the Data tab and click Text to Columns.
- Select Delimited, then click Next.
- Uncheck all delimiter boxes, then check Space only.
- Click Next.
- In the data preview pane, click the second column (the time values).
- Select Do not import column (skip) from the options above.
- Click Finish.
Your column now displays dates only (for example, 22/10/2025).
⚠️ This modifies your original data. If you need to keep the timestamps, duplicate the column first.