|
Good day!
i would like to ask, how to compute the no. of days from 2 dates. For example,
1/17/2003 - 1/19/2003. in this sample, the answer is 3 days starting from 17.
Pls help!
thanks,
liway
|
|
|
it`s
datediff("d",date1,date2)
you can change "d" for "m" (months) or "yyyy" (years)
|
|
|
|
|
|
|
|
|
|