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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

date value for CRM 2016 online

(0) ShareShare
ReportReport
Posted on by

Can someone tell me how to assign this to a field in CRM 2016?

I am having issues setting the value via javascript.


var now = new Date(); var strNow = (now.getMonth() + 1) + "/" + now.getDate() + "/" + now.getFullYear();


*This post is locked for comments

I have the same question (0)
  • a33ik Profile Picture
    84,331 Most Valuable Professional on at

    Hello,

    What's the type of the field you want your value assign to?

  • Community Member Profile Picture
    on at

    a date time field in CRM like the order date

  • vikash sharma Profile Picture
    556 on at

    Hi, try with this.

    this will help you

    var now = new Date();

    var strNow = (now.getMonth() + 1) + "/" + now.getDate() + "/" + now.getFullYear()+" 00:00:00"

  • Community Member Profile Picture
    on at

    ok - anyway to get the next business day?

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

    Hello,

    Here is the code you can use:

    var now = new Date();

    now.setDate(now.getDate() + 1);

    if (now.getDay() == 0))

    now.setDate(now.getDate() + 1);

    else if (now.getDay() == 6))

    now.setDate(now.getDate() + 2);

    //now variable contains the next business day

  • Suggested answer
    PS Profile Picture
    23,577 on at

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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans