Hi Friend,
I need to convert the string date format, such as "22-Apr-18" to date format. It seems that the date function can only be applied to 22-Apr-2018. How should I modify the code?

Code:
. display date("22-Apr-2018", "DMY")
21296