Hi ,
I have a table which contains 3 different date and time. I need to take the most recent time from that table. How to get that recent date. This is the below snapshot
Thanks,
Sneha
Hi ,
I have a table which contains 3 different date and time. I need to take the most recent time from that table. How to get that recent date. This is the below snapshot
Thanks,
Sneha
Hi,
Cheers, Lukas
Thankyou so much…Let you know if any doubt…
Hey ,
Can you give me a code snippet for point 4 I am not getting Properly.
Thanks,
Sneha
Okay, sure.
This part is very simple. Once you have the date in the proper DateTime format you can just use operators like “>” or “<” to compare dates.
CompareDate.xaml (5.4 KB)
Another way would be to use the Compare dates activity in the Workflow Manager Package as described here Comparing dates - earlier/later. The tricky part is always parsing the string to DateTime correctly. There are several posts about it in this thread too
Let me know, if this helps.
Cheers, Lukas
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.