Using crystal-report 7
I want to convert the string value to datetime in crystal report
date format are
20120102 (yyyymmdd)
20120105
...
I want to convert the above string to date format like this
expected output
02/01/2012
05/01/2012
...
Need Crystal report formula help