I need to convert date from a DATS data type to a formatted string, like yyyy-mm-dd, at runtime. asked 20 Sep '11, 12:31 nuno ♦♦ |
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
answered 21 Sep '11, 07:20 pedrolima ♦♦ |