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

convert date format

Former Member
0 Likes
275

Dear All,

May I know if there is a function module to convert date 1/5/2010 to 01/05/2010 or 6/12/2010 to 06/12/2010 or 20/5/2010 to 20/05/2010?

Any way to have prefix zero if only 1 digit?

Thanks

Rgds

Basic Date questions are not allowed in this forum. You could either search for existing Function Modules or write a simple code to add the Zero prefix. Thread locked

Locked by: kishan P on Aug 24, 2010 9:34 AM

1 REPLY 1
Read only

Former Member
0 Likes
249

Hi,

I think there is not such a FM to do this job. So, try to do it your self, by check condition for each date string.

regards,