nerdexam
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)
  • A
    5% (1)
  • B
    79% (15)
  • C
    5% (1)
  • D
    11% (2)

Community Discussion

No community discussion yet for this question.

Full C_BOWI_41 Practice