Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartforms date format

Former Member
0 Likes
520

hi all,

i'm working on smart forms i need the current date in the format of MM/YYYY/DD..

please help me out

3 REPLIES 3
Read only

Former Member
0 Likes
453

HI

Try like this:

/: SET DATE MASK = 'MMYYYYDD'.

  • &date&

Read only

Former Member
0 Likes
453

Hi,

Use the Control commands, Set Date...

Bye,

KC

Read only

Former Member
0 Likes
453

Hi,

Code as follows:

CONCATENATE int_bseg-augdt6(2) int_bseg-augdt4(2)

int_bseg-augdt+0(4) INTO int_final-augdt1

SEPARATED BY '/'.

I've coded this field(int_bseg-augdt) in smartform & it's working.

Hope this helps.

Reward if helpful.

Regards,

Sipra