Display date in MM-dd-yyyy format SSRS report
问题 I have a SQL query: select ModifiedDate from Person.Person and this returns the date as 2/24/1998 12:00:00 AM I'm trying to display this in MM/dd/yyyy format in SSRS report. I have used the expression =Format(Fields!ModifiedDate.Value,"MM/dd/yyyy") But, still it's coming as 2/24/1998 12:00:00 AM I want to display this as 2/24/1998 . How can I do this? 回答1: I would recommend using the format codes: Right click - properties on the cell, select format, click the ellipsis "...", and you can see