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 AX (Archived)

How to Calculate the Number of Days in two date and apply the UpdateRecordset

(0) ShareShare
ReportReport
Posted on by

How to Calculate the Number of Days in two date and apply the UpdateRecordset

update_recordSet maSaleslisttbl
setting DaysCount = date2num(contract.parmStartDate()) - date2num(custInvoiceJour.InvoiceDate)
join custInvoiceJour where custInvoiceJour.OrderAccount == maSaleslisttbl.CustAccount;

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Vilmos Kintera Profile Picture
    46,149 on at

    You can deduct the two date values from each other if they are of type Date, no conversion required.

    https://msdn.microsoft.com/en-us/library/aa865135.aspx

    If they are of type UTCDateTime, then use DateTimeUtil::getDifference().

    https://msdn.microsoft.com/en-us/library/datetimeutil.getdifference.aspx

  • Suggested answer
    Muthusamy Profile Picture
    4 on at

    Hi jegan,

    Difference of two dates will return the integer value.

    You can change the below code like,

    Int diffDays;//Declare the Integer Variable

    diffDays =  (contract.parmStartDate() - custInvoiceJour.InvoiceDate ) + 1; //this will calculate exact number of Days from start to end date.

    update_recordSet maSaleslisttbl

    setting DaysCount = diffDays

    join custInvoiceJour where custInvoiceJour.OrderAccount == maSaleslisttbl.CustAccount;

    Thanks,

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 AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans