Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

how to convert date and time from array to string/UTC time and date/"2018-08-09T16:00:00.000Z"

Posted on by 220

4380.convert.PNG

i tried this code to convert but its not working.

var date = new Date(parseInt(crmDate.replace("/Date(", "").replace(")/", ""), 10));
date = date.toISOString();
return date;

does anyone knows how to convert the time and date from an array to stringUTC time and date "2018-08-09T16:00:00.000Z"

*This post is locked for comments

  • Suggested answer
    RaviKashyap Profile Picture
    RaviKashyap 55,410 on at
    RE: how to convert date and time from array to string/UTC time and date/"2018-08-09T16:00:00.000Z"

    Hi Kael,

    Try this:

    var date = new Date(parseInt(crmDate[0].replace("/Date(", "").replace(")/", ""), 10));

    date = date.toISOString();

    return date;

    Hope this helps.

  • Suggested answer
    Temmy Wahyu Raharjo Profile Picture
    Temmy Wahyu Raharjo 2,914 on at
    RE: how to convert date and time from array to string/UTC time and date/"2018-08-09T16:00:00.000Z"

    Hi, I test your code seems working. Your data is on array format. Because you're not fully give us the code, I assumed crmDate is an array.

    So you need to do for loop for the object and do something like :

    ..

    var date = new Date(parseInt(crmDate[index].replace("/Date(", "").replace(")/", ""), 10));

    date = date.toISOString();

    return date;

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,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans