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

前端 未结 8 1229
遇见更好的自我
遇见更好的自我 2021-01-04 13:01

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

8条回答
  •  Happy的楠姐
    2021-01-04 14:00

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

提交回复
热议问题