Search code examples
c#crystal-reports

How to convert datetime format to date format in crystal report using C#?


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 formula field in crystal report help for me for this problem.Thanks in Advance.


Solution

  • 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})