In an ssrs 2016 report, I would like date to change a date to be in a specific format without changing the stored procedure that obtains the sql server date.
Basically I would like the following :if the the date is in a basic datetime format, I would like
a date like 06/03/2019 to look like Monday, June 3, 2019.
Would you show me how to set this up in ssrs logic?
Basically I would like the following :if the the date is in a basic datetime format, I would like
a date like 06/03/2019 to look like Monday, June 3, 2019.
Would you show me how to set this up in ssrs logic?