Hi,
I want to prevent user from editing one of the columns in a list. Hence I have created a custom edit form and rendering the field as label. The problem is that the field is of type date and in Label it renders in the format:
2009-03-19T07:00:00Z
How can I change this format in the label? Please help.