Add date to SSRS report design

=CDate(Now).ToString("MM-dd-yyyy")
=Format(Today(),"MM-dd-yyyy") 

Note:
Now() will show you current date and time stamp

Today() will show you Date only not time part.

Also you can set any date format instead of MM-dd-yyyy in my example.

Leave Comment

Your email address will not be published. Required fields are marked *