saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.09k stars 350 forks source link

DateTime difference #226

Closed MukeshMikky closed 4 years ago

MukeshMikky commented 4 years ago

Hi, Anyone please let me know how we can find difference between two dates in taskt? Thanks!

naga1992 commented 4 years ago

Hi @MukeshMikky you can try using Date Calculation command , which is present in the Data commands section , there is a sample script in the below link https://raw.githubusercontent.com/saucepleez/taskt/development-branch/taskt/Sample%20Scripts/Date%20Calculation%20Sample.xml

MukeshMikky commented 4 years ago

Hi @naga1992, This helps in adding a number to date. What I need is to find the number of days between two dates. Thanks.

MukeshMikky commented 4 years ago

Hi @naga1992 I was able to add the Date Difference logic in Taskt, We are good to close this.