‎2006 Aug 14 9:32 AM
hi,
Are there any function modules to convert date format (14.08.2006) to (20060814)? if any please let me know.
Here in my requirement i need to pass the date in the later format to a function module.
thnaks in advance,
Prasad Babu.
‎2006 Aug 14 9:48 AM
hi,
could probably use the following FM's
1) CONVERT_DATE_TO_INTERN_FORMAT Converts a date to internal format
2) CONVERT_FIELD_TO_EXTERN_FORMAT Converts a field from internal to external format
3) CONVERT_FIELD_TO_INTERN_FORMAT Converts a field from external to internal format
cheers.
Aditya.
‎2006 Aug 14 9:36 AM
Yes ! Use FM <b>CONVERSION_EXIT_SDATE_INPUT</b>
hope this helps you
~thomas.
‎2006 Aug 14 9:42 AM
‎2006 Aug 14 9:48 AM
hi,
could probably use the following FM's
1) CONVERT_DATE_TO_INTERN_FORMAT Converts a date to internal format
2) CONVERT_FIELD_TO_EXTERN_FORMAT Converts a field from internal to external format
3) CONVERT_FIELD_TO_INTERN_FORMAT Converts a field from external to internal format
cheers.
Aditya.