Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Add Create Date to DispForm.aspx

  Asked By: Katlyn Sykes         Date: Aug 25, 2008      Category: Sharepoint      Views: 730
 

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?

Tagged:            

 

4 Answers Found

 
Answer #1       Answered By: Dante Parsons          Answered On: Aug 25, 2008       

Do you have the option to create  a new custom  form for this?

 
Answer #2       Answered By: Luke Davis          Answered On: Aug 25, 2008       

Do you mean a custom  form outside of Sharepoint? Or the custom form  available in
the sharepoint designer? I have been using the custom form in the Sharepoint
Designer.

 
Answer #3       Answered By: Daniella Landry          Answered On: Aug 25, 2008       

You can pull the list  as a datasource, pick the fields  you want, and tell it
to insert them as a single-item display (which it sounds like you already
know, but it never hurts to be explicit).

 
Answer #4       Answered By: Bo Stafford          Answered On: Aug 25, 2008       

<SharePoint:ListItemProperty Property="Created" ID="CreateDTTest"
runat="server" />

This will show  the created date  for a list  item!

 
Didn't find what you were looking for? Find more on Add Create Date to DispForm.aspx Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].