Format
| Description
|
---|---|
1
| Prints the day as a
number. If the day number is only a single digit, it prints the number without
a leading zero.
|
01
| Prints the day as a
number. If the day number is only a single digit, it prints the number with a
leading zero.
|
None
| Does not print the day.
|
Format
| Description
|
---|---|
3
| Prints a month as a
number. If the month number is only a single digit, it prints the number
without a leading zero.
|
03
| Prints the month as a
number. If the month number is only a single digit, it prints the number with a
leading zero.
|
Mar
| Prints a three letter
abbreviation for the month.
|
March
| Spells out the full name
of the month.
|
None
| Does not print the month.
|
Format
| Description
|
---|---|
99
| Prints the year in its
short, two digit format.
|
1999
| Prints the year in its
long, four digit format.
|
None
| Does not print the year.
|
Format
| Description
|
---|---|
MDY
| Prints the date in the
order Month, Day, Year.
|
DMY
| Prints the date in the
order Day, Month, Year.
|
YMD
| Prints the date in the
order Year, Month, Day.
|
SAP BusinessObjects http://www.sap.com/sapbusinessobjects/ Support services http://service.sap.com/bosap-support/ Product Documentation on the Web http://help.sap.com/ |