SAP
C_BOWI_41 · Question #129
Which combination of functions should you use to convert the string "13/11/46 12:00:00 AM" to "Wednesday 13 Nov 1946"?
The correct answer is B. SubStr() using Pos(), ToDate(), FormatDate(). See the full explanation below for the reasoning.
Question
Which combination of functions should you use to convert the string "13/11/46 12:00:00 AM" to "Wednesday 13 Nov 1946"?
Options
- ARight() using Pos(), ToDate(), FormatDate()
- BSubStr() using Pos(), ToDate(), FormatDate()
- CRight() using Pos(), CurrentDate(), FormatDate()
- DSubStr() using Pos(), CurrentDate(), FormatDate()
How the community answered
(19 responses)- A5% (1)
- B79% (15)
- C5% (1)
- D11% (2)
Community Discussion
No community discussion yet for this question.