‎2007 Mar 29 9:52 AM
I want to display my name in the specified language format. Say if the data is 07 July 2006 in the Spanish language it should give 17 de Julio del 2007. I could get the month names in the specific language from tables but i want to know is there any FM which serves our purpose.
‎2007 Mar 29 12:53 PM
Hi,
U can use CONV_EXIT_LDATE_OUTPUT_LANGU, that will give "17. Julio 2007"
Regards,
Dieu
‎2007 Mar 29 12:55 PM
CONVERT_DATE_TO_EXTERNAL Converts date from system storage format to users specified display format
try this one.
function group name--DATD
function group description--Date format
function module name---DATUMSAUFBEREITUNG
Country-specific date formatting for the current user.
Examples of output: MM/YY, MM/YYYY, DD.MM, M/D/YYYY, DD/MM/YYYY, WW/YY, WW/YYYY.
go to T005 TABLE SEE FIELD DATFM
use this function "TZ_SYSTEM_TO_LOCAL"
Message was edited by:
sunil kumar