Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

Convert string include time zone to utcdatetime ax 2012

Posted on by Microsoft Employee

Hi experts,

I try to convert string "2018-10-02T00:00:00+07:00" to utcdatetime

utcDateTime dateTime = DateTimeUtil::parse("2018-10-02T00:00:00+07:00");

But I get error:

7888.Screenshot_5F00_1.png

Any one help me?

Thanks all.

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Convert string include time zone to utcdatetime ax 2012

    Hi ievgen,

    I tried and successfully.

    Thank you.

  • Verified answer
    Mea_ Profile Picture
    Mea_ 60,278 on at
    RE: Convert string include time zone to utcdatetime ax 2012

    You can do it using .Net:

        utcDateTime dateTime;
        
        boolean ok = System.DateTime::TryParse("2018-10-02T00:00:00+07:00", byref dateTime);
        
        if (ok)
        {
            info(queryValue(dateTime));
        }


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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans