Date Formatting
Hi,
Is it possible to format the date in the following way?
010012003
First two digits are the month (01 thru 12)
Next three digits are the day (001 thru 365)
Last four digits are the year.
Thanks,
Naveen
Hi,
yyyymmdd is the sap internal to format the date, so in my knowledge you can't change that. But how you present this date to the user, is up to you.
Cheers,
Frank
I found the answer. We can do this through SAP function module
FIMA_DAYS_AND_MONTHS_AND_YEARS.
Thanks,
Naveen