In the DispForm.aspx page of a list, I need to have add a row for the Create
Date. I realize that the create date is at the bottom of the page but my
requirement is to show the fields in the dispform.aspx page as follows:
Title
Customer
Create Date
Closed Date
Comments
etc...
I have tried created a custom form in the DispForm.aspx page. However, when I
add this code to my custom form:<xsl:value-of
select="ddwrt:FormatDateTime(@Created, 1033, 'd')"/> I do not get any value in
return.
How do you get access to the Create Date to add it to the page?