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

Announcements

No record found.

News and Announcements icon
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,218 User Group Leader on at

    Hi Siyabonga,

    Please use new Date();

    //sample code

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

  • Suggested answer
    CRMJetty Profile Picture
    3,514 on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
11manish Profile Picture

11manish 164

#2
ManoVerse Profile Picture

ManoVerse 141 Super User 2026 Season 1

#3
Zhilan Profile Picture

Zhilan 55

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans