Loading...

How to display Created field without time

How to display Created field without time

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #5168
      Anonymous
      Anonymous
      Participant

      We will be adding this into our listview webpart but not scheduled for the discussionview at this time. We may revisit tihs later.

    • #3990
      Anonymous
      Anonymous
      Participant

      Any idea how to show the Created date field without having the time display?

    • #5160
      Anonymous
      Anonymous
      Participant

      You can edit the SharePoint discussion list and add a calculated column that only shows the date:
      1) Go to your discussion list Settings / Discussion Board Settings
      2) Click "Create Column"
      3) Enter Column Name: CreatedDateOnly
      4) Select Type: Calculated (calculations based on other columns)
      5) Enter the following Formula:
      =MONTH(Created)&"/"&DAY(Created)&"/"&YEAR(Created)
      6) Remove "Created" from Discussion View WebPart and add "CreatedDateOnly"
      The column, CreatedDateOnly, will display only the Date and not the time.
      Curtis

Viewing 2 reply threads

You must be logged in to reply to this topic.