title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Table.DateFormat property (Project) |
vbapj.chm132681 |
|
project-server |
|
69e0d08b-698e-8354-a583-b08122762f3f |
06/08/2017 |
medium |
Gets or sets the date format of the table. Read/write PjDateFormat.
expression. DateFormat
expression A variable that represents a Table object.
The DateFormat property can be one of the following PjDateFormat constants.
Constant | Date format applied to 9/30/02 (12:33 PM) |
---|---|
pjDateDefault | The default format, as specified on the General tab of the Project Options dialog box. |
pjDate_mm_dd_yy_hh_mmAM | 9/30/02 12:33 PM |
pjDate_mm_dd_yy | 9/30/02 |
pjDate_mm_dd_yyyy | 9/30/2002 |
pjDate_mmmm_dd_yyyy_hh_mmAM | September 30, 2002 12:33 PM |
pjDate_mmmm_dd_yyyy | September 30, 2002 |
pjDate_mmm_dd_hh_mmAM | Sep 30 12:33 PM |
pjDate_mmm_dd_yyy | Sep 30, '02 |
pjDate_mmmm_dd | September 30 |
pjDate_mmm_dd | Sep 30 |
pjDate_ddd_mm_dd_yy_hh_mmAM | Tue 9/30/02 12:33 PM |
pjDate_ddd_mm_dd_yy | Tue 9/30/02 |
pjDate_ddd_mmm_dd_yyy | Tue Sep 30, '02 |
pjDate_ddd_hh_mmAM | Tue 12:33 PM |
pjDate_mm_dd | 9/30 |
pjDate_dd | 30 |
pjDate_hh_mmAM | 12:33 PM |
pjDate_ddd_mmm_dd | Tue Sep 30 |
pjDate_ddd_mm_dd | Tue 9/30 |
pjDate_ddd_dd | Tue 30 |
pjDate_Www_dd | W41/2 |
pjDate_Www_dd_yy_hh_mmAM | W41/2/02 12:33 PM |
[!includeSupport and feedback]