SLA Time in (a Years, b Months, c Days, d Hours, e Minutes, f Seconds) format
0
Hi, I’m New to Mendix please guide How to calculate SLA Time Taken for finding the difference between Received Date and Processed Date in this format “a years, b months, c days, d hours, e minutes, f seconds” in a column, where a,b,c,d,e,f are numbers . Is this possible in mendix microflow or should i prefer java action ?? if it’s possible in mendix can anyone give me a hint to achieve it. SLA Time Taken = Received Date – Processed Date (a Years, b Months, c Days, d Hours, e Minutes, f Seconds)
asked
Veera Harsha Ram Kuppili
1 answers
0
You will need to follow these steps in a microflow: (Assuming Date1 is the earlier date and Date2 is the latter date)