cancel
Showing results for 
Search instead for 
Did you mean: 

scripts

Former Member
0 Kudos

how to display date like september,23,2008 in sap scripts?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

you can set date mask as follows:

SET Date Mask = 'MMMM,DD,YYYY'.

so that you can print month date and year.

Former Member
0 Kudos

Hi

Use the command

SET DATE MASK = '<format>'

like format

'MMMM DD,YYYY' to print March 01,2007

so set the format as per your requirement and print the date

Regards

Kirn Sure

Former Member
0 Kudos

Hi Jayashankar,

-this field is used to get the name of the Month.

&NAME_OF_MONTH&

-Day

&DAY&

-Year

&YEAR&

and u can display the date in SAP Script..

Hope this info will help.

Regard with points if this info helps.

Regards

Karan