How to Show Date and Time in the Created Column of a SharePoint List
When you create a new SharePoint list, a “Created” column is automatically generated. This column stores the date and time when each item was created/added to the list. However, by default, SharePoint displays the date, leaving out the time.
If your use case requires showing both the date and time, or if you want to customize the format of the “Created” column, SharePoint doesn’t allow you to directly edit columns like “Created.” But there’s a simple workaround.
You can create a calculated column and reformat the “Created” value into a new column that displays the exact date and time in the format you need.
Step-by-Step Process
- Create a Calculated Column by navigating to the List Settings in your SharePoint list.

- Scroll down and click on Create column.

- Configure the Calculated Column:
=TEXT(Created,"dd/mm/yyyy hh:mm")
This formula will display the date and time in the format: 30/11/2025 14:30

- Finalize the Column:

Thank you for reading!!!
---
What did you think of this post? Let me know on Twitter or LinkedIn!