09-09-2011 12:41 PM
Hi,
I want to desing a VI that can calculate how many days there is in 3 or 5 years from now taking the consideration of leap year.
Thanks,
Solved! Go to Solution.
09-09-2011 12:57 PM
Assuming you are using timestamps, you can subtract two of them to get the difference in seconds. Use the Quotient & Remainder function to divide by 86400 (seconds/day) and the integer output is the number of days.