Hi,
you need to create one new variable with type dim and need to create fomula as mentioned by Sujitha
=formatdate([Date object];"dd Mmm yyyy")
or
=formatdate(todate([Date object];"MM/dd/yyyy");"dd Mmm yyyy")
in BO instead of using bex query direct date char in reports use newly created variable.
Thanks.