‎2009 Feb 16 7:18 PM
Does anyone know a function module that takes in a date and writes it out as text?
For example:
06/26/2008
June 26, 2008
I couldn't find one that did what I wanted.
I know that I could easily write one as well but figured there has to be something out there already created (and could maybe even do different languages).
Thanks!
‎2009 Feb 16 7:27 PM
Try to use fm
CONVERSION_EXIT_LDATE_OUTPUT
you need to give input date as Ex. 20080215
output will be February 15, 2008
a®
‎2009 Feb 16 7:27 PM
Try to use fm
CONVERSION_EXIT_LDATE_OUTPUT
you need to give input date as Ex. 20080215
output will be February 15, 2008
a®
‎2009 Feb 16 7:35 PM
‎2009 Feb 16 7:35 PM