Hi Pawankumar,
To change date format on a list to DD-MMM-YY, you can follow the below steps:
- Go to your list, where you would like to see the formatted date and time.
- I have a list named list-madoc and a column called Date in my list. Currently, it displays SharePoint default date and time format.
- Now, we would like to display date DD-MMM-YY, as shown in the picture given below. We have added a new column to display the format.
- To achieve this, we need to add a calculated column and use the sample code given below.
| Column Name | Calculated Column Formula Value |
|---|---|
| Date_Formated_dd mmm yy | =TEXT(Date,"dd mmm yy") |
Note: This kind of date and time format can only be achieved via a calculated column. It cannot be achieved by directly formatting the Date and Time column for the time being.
Best regards,
Madoc