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
2009-07-10 11:17:45