cancel
Showing results for 
Search instead for 
Did you mean: 

date format in script format

Former Member
0 Kudos

hi,

how to change the date format in script form.

thanks.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

hello,

set date mask is now working in other windows but in one window it doesn't work. i did the same command set date mask.

please advice.

thanks.

Former Member
0 Kudos

Hi,

Then check for the country settings for the existing date format and then analyse why the date mask is not working.

Regards,

Ram

Former Member
0 Kudos

thanks for your reply.

i already used set date mask. and its not working.

please advice.

many thanks.

former_member181995
Active Contributor
0 Kudos

Akira,

if above suggest solution of Prabhu is not working.than i think you must use perform statement and get required formate of date from subroutine pools.

Amit.

Edited by: Amit Gujargoud on Jul 21, 2008 11:34 AM

Former Member
0 Kudos

try like this

/: SET DATE MASK = 'Foster City, MM.DD.YY'

&DATE& -> Foster City, 03.01.97

&DATE(Z)& -> Foster City, 3.1.97

/: SET DATE MASK = 'MMMM DD, YYYY'

&DATE& -> March 01, 1997

regards

Prabhu

Former Member
0 Kudos

Hi,

Use SET DATE MASK ....

Regards,

Ram

former_member181995
Active Contributor
0 Kudos

yes you can.

Using Edit mask.

Amit.