2007 Feb 12 10:42 AM
How can we change the date format in a smart form.
2007 Feb 12 10:50 AM
2007 Feb 12 11:15 AM
Hi,
Check
/: SET DATE MASK = 'date_mask'
http://help.sap.com/saphelp_erp2004/helpdata/en/d1/8031dd454211d189710000e8322d00/content.htm
2007 Feb 12 11:34 AM
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
2007 Feb 12 11:56 AM
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 .
2007 Feb 13 3:57 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |