Skip to main content

Notifications

Announcements

No record found.

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 Microsoft Employee

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

  • Suggested answer
    CRMJetty Profile Picture
    CRMJetty 3,508 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
    }

  • Suggested answer
    meelamri Profile Picture
    meelamri 13,212 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");

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans