web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Supply chain | Supply Chain Management, Commerce
Suggested answer

Date format for SSRS report

(0) ShareShare
ReportReport
Posted on by 10

How I can change D365FO date format for SSRS report for all languages?
We need to have dd.mm.yyyy, but all the time we get the reports with mm.dd.yyyy.

User options/Preferences/Date, time, and number format is changed to the local; Time zone is correct. In the system we have correct date format (Delivery date, Confirmed ship date etc),

pastedimage1608551903580v2.png

but on SSRS reports date is incorrect.

pastedimage1608551952320v3.png

Note: if we use local language for RFQ report, we get correct date format. For RFQ in other languages Date format is incorrect.

PO confirmation report - anyway (in all languages) is incorrect (mm.dd.yyyy)

I have the same question (0)
  • Blue Wang Profile Picture
    on at
    RE: Date format for SSRS report

    Hi Liene,

    You can try to use expression for that.

    Please check this:community.dynamics.com/.../format-date-using-ssrs-expression

  • Sergei Minozhenko Profile Picture
    23,093 on at
    RE: Date format for SSRS report

    Hi Liene,

    You can take a look at configurable business document printouts as well, instead of using SSRS. At least format change is implemented without development in excel template.

    docs.microsoft.com/.../configurable-business-documents-reporting-word-excel

  • Suggested answer
    Muthusamy Profile Picture
    4 on at
    RE: Date format for SSRS report

    Hi,

    Use the below expression for Date conversion in report design.

    To Change the Date format

    =iif(IsNothing(Fields!TableField.Value),"",CDATE(Fields!ExpirationDate.Value).ToString("dd/MM/yyyy"))

    For e.g.

    1. CDate(Fields!TableField.Value).ToString("dd-MMM-yyyy") and the output will be 27-Aug-2020

    2. CDate(Fields!TableField.Value).ToString("dd-MM-yyyy") and the output will be 27-08-2020

    Thanks,

  • Abdulaziz Albloshi Profile Picture
    365 on at
    RE: Date format for SSRS report

    If you are customizing the report, You can write the required format in "format" property of the field on SSRS report designer.

    Otherwise use configurable business document printouts, docs.microsoft.com/.../configurable-business-documents-reporting-word-excel

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Supply chain | Supply Chain Management, Commerce

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 947

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 248 Super User 2025 Season 2

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 176 Most Valuable Professional

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans