I am new to Crystal Reports and trying to figure out what some of the lingo means. Here is the syntax I need to use:
DateDiff(intervalType, startDateTime, endDateTime)
I need to know the difference in days only from todays date (startDateTime) to a work order date in a database, which I will use the correct work order field for "endDateTime". I don't know what to use for "startDateTime", nor do I know what "intervalType" is.
Can anyone enlighten me? I apologize for asking a simple question ... again, I am just a beginner. Thanks.
Wanda
DateDiff(intervalType, startDateTime, endDateTime)
I need to know the difference in days only from todays date (startDateTime) to a work order date in a database, which I will use the correct work order field for "endDateTime". I don't know what to use for "startDateTime", nor do I know what "intervalType" is.
Can anyone enlighten me? I apologize for asking a simple question ... again, I am just a beginner. Thanks.
Wanda