Hi,
I am getting bad date format string while converting string to date like the below code.
if totext(Cdate({WipAllocationInfo.InWiseDate}),"MMddyyyy")<>"12301899" then
formula=totext(Cdate({WipAllocationInfo.InWiseDate}),"MM/dd/yyyy")
else
formula="/ /"
end if
Above is the basic syntax in crystal report formula editor.
Thanks,
Chakradhar.