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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Convert DateTime to specific culture (SSRS)

(0) ShareShare
ReportReport
Posted on by

Hi,

How can I modify the following expression to convert a DateTime filed to english culture (en-us).

=Format(CDate(First(Fields!quote_effectivefrom.Value, "DataSet1")), "MMMM d, yyyy")

Kr,

Aziz

*This post is locked for comments

I have the same question (0)
  • TonyN Profile Picture
    695 on at

    MM/dd/yyyy

  • Community Member Profile Picture
    on at

    Hi,

    The following (DateTimeParse) is not supported in CRM Online:

    DateTime.Parse(First(Fields!quote_effectivefrom.Value, "DataSet1"), System.Globalization.CultureInfo.GetCultureInfo("en-US"))

    How can I convert it to a supported format in CRM Online?

    Kr,

    Aziz

  • Suggested answer
    a33ik Profile Picture
    84,331 Most Valuable Professional on at

    Try to use expression that Tony suggested:

    =Format(CDate(First(Fields!quote_effectivefrom.Value, "DataSet1")), "MM/dd/yyyy")

  • Community Member Profile Picture
    on at

    Hi,

    The issue was that a user with e.g. Chinese culture got an error when displaying the report. Se we decided to convert the date to en-US. This is what I was looking for:

    =CDate(First(Fields!quote_effectivefrom.Value, "DataSet1")).ToString("MMMM d, yyyy", System.Globalization.CultureInfo.CreateSpecificCulture("en-US"))

    Thank you for responses.

    Kr,

    Aziz

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans