i am working c# windows form application and also in crystal report.i am retriving the date from database in datetime format but i like display date only in report,Is any fo
In crystal report formulafield date function aavailable there pass your date-time format in that You Will get the Date only here
Example: Date({MyTable.dte_QDate})
Date({MyTable.dte_QDate})