I need to convert date from a DATS data type to a formatted string, like yyyy-mm-dd, at runtime. |
Recent releases have a function module that allows generic formats
On older releases, that specific format YYYY-MM-DD, I think it has to be done by concatenation of substrings
|