tags:

views:

67

answers:

1

in sharepoint can i use calculated value on a date field to set the format of a date? eg i want to set a date field to ISO format

A: 

You can do that with the TEXT() function in your calculated field, like this:

TEXT([NAMEOFYOURDATEFIELD],"yyyy-mm-dd")
Magnus Johansson