Hello,
1. On the server running Project Server, edit the file "taskspage.asp":
\Program Files\Microsoft Office Project Server 2003\IIS Virtual
Root\TASKS\taskspage.asp
3. Go to row # 655 (by defaultt). Check that's the command line:
MSPJGrid.Refresh();
On the previous row, insert the command line:
MSPJGrid.TextConv.SetTimeProps(x)
Replace the X between () by...
1 for minutes
2 for hours
3 for days
4 for weeks
5 for months
6 for quarter
7 for year
4. Go to row # 737 (by defaultt). Check that's the command line:
MSPJGrid.Refresh();
On the previous row, insert the command line:
MSPJGrid.TextConv.SetTimeProps(x)
Replace the X between () by... the same code
Gérard Ducouret