Forum Discussion

HolgerWaldmann's avatar
HolgerWaldmann
Copper Contributor
Jul 06, 2021
Solved

How to display the date as month/year only

I have a long running project (think of 10+ years) and the smallest unit of planning is one month. Today I am tasked to creating the first rough sketch of the project plan.   I need to create a ga...
  • John-project's avatar
    Jul 06, 2021

    HolgerWaldmann 

    Just for reference, Project calculates all scheduling dates to the nearest minute regardless of how dates are displayed.

     

    To answer your question, do this.

    1. First create a custom Text field (e.g. Text1) with the following formula:

    Text1=Month([Start]) & "/" & year([Start])

    2. Go to Format > Bar Styles group > Format and in the lower part of the Format Bar Styles window select the "Text" tab and set it to the text field you customized. Set the text display the same for any other Gantt Bars where you want only the month and year to be shown.

     

    You should see a display similar to this. Note, the Text1 field does not need to be added as a column in the view, it is shown for illustrative purposes only.

    Hope this helps.

    John

Resources