Suppress datetime field if its values is Null in Crystal Rep

Apr 20 2013 10:16 AM
Date Format is 9:30am
 
When i extract report from Crystal the data not present on specific date are showing blank Instead of i want an String value on it ..
 
I am using Below code for supressing 
 
if (Table.Time)='' then true else false
 
It shows me an Error : A datetime is required here.