Data Archive
- Data Archive 6.5 HotFix 1
- All Products
Column | Description |
---|---|
d | Integer between 1 and 31, corresponding to day of month; leading zeros are not displayed. |
dd | Integer between 01 and 31, corresponding to day of month; leading zeros are displayed. |
ddd | Integer between 1 and 365 (366 in a leap year), corresponding to number of days since first of the year; leading zeros are not displayed. |
Column | Description |
---|---|
m | Integer between 1 and 12, corresponding to a month; leading zeros are not displayed |
mm | Integer between 01 and 12, corresponding to a month; leading zeros are displayed |
mmm | A three-character abbreviation for the month corresponding to the stored month number (for example: JAN, FEB, MAR, and so on) |
mmmm | Month name corresponding to the stored month number (for example: January, February, March, and so on) |
Column | Description |
---|---|
yy | Last two digits of stored year |
yyyy | Entirety of stored year |
Column | Description |
---|---|
ww | An integer corresponding to the day of week (Monday=1, Tuesday=2, Wednesday=3, and so on) |
www | Three-character abbreviation for the day of the week (for example, MON, TUE,WED, and so on) |
wwww | The day of the week on which a date falls (for example, Monday, Tuesday, Wednesday, and so on) |
Date Picture | Displayed Date |
---|---|
m/d/yy | 8/31/02 |
mm/dd/yy | 08/31/02 |
mm/dd/yyyy | 08/31/2002 |
dd-mm-yy | 31-08-02 |
yyyy-mm-dd | 2002-08-31 |
mmm-dd-yyyy | AUG-31-2002 |
mmddyyyy | 08312002 |
mmmm,yyyy | August,2002 |