Hi
Is it possible to show only the date or time portion of a Date and Time column?
/Jakob
add  Format=”DateOnly” to <Field/>
Format:
Optional Text. Specifies the formatting to use for numerical values.
For date/time fields, the following values are possible:
-
DateOnly   Display (and allow edits to) only the date portion (the time portion is set to 12:00 A.M. for all edited values).
-
DateTime   Display and edit both date and time of day (default).
-
ISO8601Â Â Â Display date and time in ISO8601 time format converted to Coordinated Universal Time (UTC) format: YYYY-MM-DDTHH:MM:SSZ. This is the format used for document properties in 2007 Microsoft Office system as well as for the standard interchange format used in SharePoint Foundation between New and Edit forms and the server.
-
ISO8601Basic   Use the abbreviated form of 8601 date/time formats: YYYYMMDDTHHMMSSZ. This is the format used for vCard/iCal.
For Choice fields, this attribute can be set to Dropdown (default), which provides editing options through a drop-down selection, or to RadioButtons, which provides options through a group of radio buttons.
For URL fields, this attribute can be set to Hyperlink (default), which displays the URL as a normal <A> tag, or to Image, which displays the URL as <IMG SRC=”URL” ALT=”Description”>
source: http://msdn.microsoft.com/en-us/library/aa979575.aspx