Forum Discussion
myopainghan
Feb 09, 2022Copper Contributor
Displaying month only from a datetime column in SharePoint list view
I have a list with a datetime column- eg. "Created". I want a view to only show "Jan" or "January" if the date is "1/1/2022" or "Feb"/"February" if date is "2/2/2022". Can i format a view like that, or use a calculated column?
Hello myopainghan
you can use list or column formatting for your own style:
https://github.com/pnp/List-Formatting/tree/master/column-samples/date-page-a-day-calendar
Regards, Dave