For displaying only date and eliminating time from date in SSRS

For displaying only date and eliminating time from date in SSRS

=formatdatetime(Parameters!ReportDate.Value,dateformat.shortdate)
=formatdatetime(Fields!ReportDate.Value,dateformat.shortdate)

use appropriate from above two formulas.
"dateformat.shortdate" will show only date value and eliminate time from it.
and it will be used in "formatdatetime" function.

Comments

Popular posts from this blog

To Get All the Names of tables and Databases their data have changed in last 24 Hours And Backup those databases

Break comma separated into multiple rows in MYSQL

mysql global search procedure