Skip to main content
Nintex Community Menu Bar

Date format change in list

  • December 12, 2017
  • 2 replies
  • 8 views

Forum|alt.badge.img+3

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

2 replies

Forum|alt.badge.img+16

can you just create a calculated column

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


Forum|alt.badge.img+3
  • Author
  • December 12, 2017

That was way too easy!! Thank you!