I have created a SQL command as,
select * from employee_Details where join_dt between {?start} and {?end}
In crystal reports, the date format is taken as mm/dd/yyyy. But the data is not getting retrieved if date is in that format. i am using MYSQL datbase. It is retrieving the data only when the format is yyyy-MM-dd. CAn anyone please help me on how to change the date format of parameter field.
select * from employee_Details where join_dt between {?start} and {?end}
In crystal reports, the date format is taken as mm/dd/yyyy. But the data is not getting retrieved if date is in that format. i am using MYSQL datbase. It is retrieving the data only when the format is yyyy-MM-dd. CAn anyone please help me on how to change the date format of parameter field.