need expression using yearfrac

M

Mary Lou

I am trying to use 2 date and calculate days between.

This is a example

12/1/03 - 12/15/03 = 14
 
D

Dan Artuso

HI,
Have you looked at the DateDiff function?
?DateDiff("d","12/1/03","12/15/03")
14
 
Top