Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, April 30, 2013 8:19 AM
Hi,
currently in my document library "created" date column is present. it is showing both date and time in the field.
i want to show only date in the "Created" column and no the time. is it possible??? pls help..
All replies (3)
Tuesday, April 30, 2013 8:33 AM ✅Answered
Hi Krishnamurthy
Create a calculation column and use below formula to get date only created column
=TEXT([Created],"dd/MM/yyyy")
Please mark the replies as answers if they help or unmark if not.
Tuesday, April 30, 2013 9:27 AM ✅Answered | 2 votes
create a site column by going to Site Settings -> Galleries -> Site Column -> Then click on create. It will open the New Site Column page. Give a name of the column choose type od Date and Time and choose Date and Time format as Date only and click on OK.
Or
Use Formula
Formula (calculation based on other columns) | Output |
=TEXT(ParentDate,”dd Mmm, yyyy”) | 27 Mar, 2008 |
=TEXT(ParentDate,”d/m/yyyy”) | 21/7/2008 |
Wednesday, April 5, 2017 10:53 AM
Hi Sir,
How can we implement formula? please suggest.