cancel
Showing results for 
Search instead for 
Did you mean: 

date format changed in script

Former Member
0 Kudos

hi all,

i am modifying the cheque printing Script, and want to show the date in format DD.MM.YYYY in the payment advice.at the very first, the format display is correct. but dont no why, suddenly the format change to MM/DD/YYYY for that particular output.

the output for rest of the date which using the same field, still display correctly which is DD.MM.YYYY. what happen here?

the field i am using is

<b>&REGUH-ZALDT&</b>

can only one help me to set back. thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If your problem is not solved by Set Date Mask try the following

Go to your script In the Menu

System - > User Profile -> Own Data you will find Default tab.

In that tab set the Date format and save.

Reward if useful...........

Former Member
0 Kudos

U can use edit mask as said above or u can use the write statment.

For example like this

Write date to g_date using edit mask '____/__/__'

U are moving date to another varible g_date.

The above is syntax, u can change it ur required format.

Regards

former_member196280
Active Contributor
0 Kudos

Display using date mask as shown below.

/: SET DATE MASK = 'DD.MM.YYYY'

&REGUH-ZALDT&

Regards,

SaiRam