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

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

Setting Date and time field using JavaScript

(0) ShareShare
ReportReport
Posted on by

How to set date in a date field from a variable in dynamic crm using javascript?

I have a variable that contain a date

var fullDate = "16-03-1988";

I want to fill in the Date field in crm with the above data, this is how I tried doing it:

window.parent.Xrm.Page.getAttribute("dea_dateofbirth").setValue(fullDate);

It is not working. Please assist

Kind Regards

Siyabonga

I have the same question (0)
  • Suggested answer
    meelamri Profile Picture
    13,216 User Group Leader on at
    RE: Setting Date and time field using JavaScript

    Hi Siyabonga,

    Please use new Date();

    //sample code

    var fullDate = new Date("6-03-1988");

  • Suggested answer
    CRMJetty Profile Picture
    3,512 on at
    RE: Setting Date and time field using JavaScript

    Hello Member,

    Pls refer this code for set date in a date field from a variable in dynamic crm using javascript

    function setDate()
    {
    var d = new Date(""18-Aug-2015"");
    Xrm.Page.getAttribute(""new_finaldate"").setValue(d);  // remember to change the schema name
    Xrm.Page.getAttribute(""new_finaldate"").setSubmitMode(""always""); // remember to change the schema name
    }

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 258

#2
MVP-Daniyal Khaleel Profile Picture

MVP-Daniyal Khaleel 178

#3
Tom_Gioielli Profile Picture

Tom_Gioielli 142 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans