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

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
    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
    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");

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 225 Super User 2025 Season 1

#2
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 106

#3
Vahid Ghafarpour Profile Picture

Vahid Ghafarpour 82 Super User 2025 Season 1

Overall leaderboard

Product updates

Dynamics 365 release plans