Skip to main content

In the sharepoint list, is there a way to format the date to be year/month/day?

can you just create a calculated column

=TEXT([your date field],"YYYY/MM/DD")


That was way too easy!! Thank you!


Reply