Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Convert text in Day

Posted on by 688

good afternoon,

I have a picklist with option 00.01 and 02.

I get via javascript to separate the three in three variables.

But I need each of these values in date ie 00, 01 and 02 to merge with the month and year to be set in a Date field,

Someone would know me.

Thank you

*This post is locked for comments

  • RE: Convert text in Day

    Thanks for the answer,

    I need before generating the date, transforms these 3 fields into 3 fields of dates, so only concatenate it in month and year, understand?

  • RE: Convert text in Day

    Thanks for replying ... That's right ... I need to get these 3 values that are texts and convert them into days so I can based on the current date, format a date

    Tank You

  • Suggested answer
    prt33k Profile Picture
    prt33k 6,907 on at
    RE: Convert text in Day

    something like this :

    var day= Xrm.Page.getAttribute("new_day").getText();

    var month = Xrm.Page.getAttribute("new_month").getText();

    var year = Xrm.Page.getAttribute("new_year").getText();

    var dt = new Date(year+"-"+month+"-"+year + "Z");

    Thanks,

    PS

  • Suggested answer
    Gopalan Bhuvanesh Profile Picture
    Gopalan Bhuvanesh 11,397 on at
    RE: Convert text in Day

    The optionset has only three options 00, 01, 02.

    Do you want to use these numbers as days, so that we can add to a date field?

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans