Datediff in ADP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone. I can not get the Datediff function to work, and I can not
find the answer anywhere in the help menu. All I want to do is calculate the
number of days between two dates. I tried this, and many variations of it
but none work. Thank you.
DATEDIFF(date1,date2,"d")
 
Why do I always seem to find the answer right after I post? This is what works

DATEDIFF(day, date1, date2)
 
Back
Top