How do I format date and time on ssrs report?

1.4K    Asked by SarahLee in Devops , Asked on Jul 15, 2021

I've tried this = FormatDateTime(Now,"MM / dd / yyyy hh: mm tt) "on SSRS page, but it doesn't work for me to make an error. Please help me with expression. I want output shown in this way 12/4/2013 12:05. How ssrs formatdatetime?

Answered by Suzanna Hinojos

The first approach to Format Data and Time in SSRS Report


option, a new Text Box Properties window will be opened. Please select the Number tab and then date category. Our report preview is displaying the Hire date in the same format. Our report preview is displaying the Hire date in the same format.

Input

    =Format(Now(), "MM/dd/yyyy hh:mm tt")

Output:

04/12/2013 05:09 PM



Your Answer

Interviews

Parent Categories