The DayDiff function returns the number of days between two Date values.
Syntax
|
The DayDiff function returns the number of days between two Date values. |
|
DayDiff(start, end) |
|
Arguments: |
|
|
start |
DateTime - The starting Date or DateTime expression. |
|
|
end |
DateTime - The ending Date or DateTime expression. |
Remarks
- Example: DayDiff("5/1/2000","6/1/2000") returns 31.
Comments
0 comments
Article is closed for comments.