$m=2010 $n=1995 Thes are two years i want to be difference of these two years
How can we Calcualte?
|
$m=2010 $n=1995 Thes are two years i want to be difference of these two years How can we Calcualte? |
|||
| show 10 more comments |
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
|||||||||||||||
|
|
For this answer I'm assuming you only know Since PHP uses 2's complement for subtraction, you can do subtraction in terms of addition as:
In general
and
In PHP you use the bitwise operator |
|||||
|
|
Two thousand and ten minus nineteen ninety-five equals...
Seriously though,
I'm pretty damn positive that the result should be
|
|||||||||||||||||
|
|
|||||||||
|
|
|||
|
|||||
|
|
|
use this any where and solve your problem
|
|||||||||||||||||||||
|
Just to give the option of a slightly different result to 5 or 15 |
|||
|
|
|
Use this math class:
|
|||
|
|
|
|||||
|
|
This is a more complicated approach, but this will solve the problem:
|
||||
|
|
-. – codaddict Dec 7 '10 at 9:57