I'm trying to calculate the duration between two dates?
My variables are like this
This is a long type, format is %10.0g, and looks like the following
So YMD format
My other variable
Is also a long type, format %10.0g and looks like this
Any help would be much appreciated!
Thanks in advance
My variables are like this
Code:
DateBecame
Code:
19550101
My other variable
Code:
DateLeft
Code:
19961001
Thanks in advance
Comment