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

date format in smart form

Former Member
0 Likes
1,572

How can we change the date format in a smart form.

How can we change the date format in a smart form.

5 REPLIES 5
Read only

Former Member
0 Likes
774

Hi,

Refer to

Read only

Former Member
Read only

Former Member
0 Likes
774

define a var of type string in global

1)get the req date use edit mask function to modify it

2)convert tthe date as u wanted in program lines in smart form

3)assign the same to the string variable & then u can display the same

i hope this works

close the thred if problem is solved

Read only

Former Member
0 Likes
774

In the control commands of ur smart forms u need to maintain like this.

Im sure this works in scripts , check the same in SF

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

or

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

YOu can use this .

Read only

Former Member
0 Likes
774

Thx for your replies