Ioannis Christopoulos: Any ideas what i do wrong?
-
Failed to state on what line and column the error exists;
-
The difference between two datetimes could be larger than an int can hold. The year 3000 is 32,530,207,644 and max int is 2,147,483,647
Cast it int seconds = int(now - last);
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I am having a small problem.
i am trying to abstract 2 dates, and get how many days the are, with the following code
but i get a warning
possible loss of data due to type conversion.
Any ideas what i do wrong?