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)

How to calculate date using javascript

(0) ShareShare
ReportReport
Posted on by 403
How to increase startbilling date with value request start billing date?


Thanks,
tanya.PNG

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at

    Hi Ferdiansah ,

    you need to insert a javascript on entity form with the following code (replace fake attribute name with your attribute names).

    Each time the date or the "add days" fields change, the script are executed:

    function OnLoad()
    {
    	Xrm.Page.getAttribute('new_datefrom').addOnChange(DateOrDaysOnChange);
    	Xrm.Page.getAttribute('new_adddays').addOnChange(DateOrDaysOnChange);
    }
    
    function DateOrDaysOnChange()
    {
    	var datefrom = Xrm.Page.getAttribute('new_datefrom').getValue();
    	var adddays = Xrm.Page.getAttribute('new_adddays').getValue();
    	var newdate = new Date(datefrom);
    	newdate.setDate(newdate.getDate() + adddays);
    	Xrm.Page.getAttribute('new_dateto').setValue(newdate);
    }

    Please let me know if you solve.

    If you found the answer helpful, please mark as Verified 

    Join my network on LinkedIn      Follow me on Twitter 

    Thank You & Best Regards

    Francesco Picchi

    Microsoft Dynamics CRM Consultant, Bologna+Milano, ITALY

    Independent Contractor

    http://www.francescopicchi.com

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