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

Grouping Sets, With Rollup and With Cube example

Adding Page brake aganist group values

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