Perhaps if you convert it in a formula, as in (not sure if you have a date or datetime string in the SP, nor if the subreport has a date or datetime field, your post was a bit sparse), one of these might work:
cdate({table.stringdate})
or
cdatetime(year({table.stringdate}),month({table.stringdate}),day({table.stringdate}),0,0,0))
Now join this formula to your date or datetime field in your subreport, if it's a datetime field, you'll have to adjust the record selection formula..
In future posts, please post examples of the data and what version and type of database/Crystal so that you might get an answer tailored to your environment.
Hopefully this will work for you.
-k