web
You’re offline. This is a read only version of the page.
close
Skip to main content
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
    Muthusamy Profile Picture
    4 on at
    RE: How to Calculate the Number of Days in two date and apply the UpdateRecordset

    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,

  • Suggested answer
    Vilmos Kintera Profile Picture
    46,149 on at
    RE: How to Calculate the Number of Days in two date and apply the UpdateRecordset

    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

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 2

#1
Guy Terry Profile Picture

Guy Terry 2 Moderator

#1
Martin Dráb Profile Picture

Martin Dráb 2 Most Valuable Professional

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans