To determine the difference in days between two dates, call the date difference function, date_diff():
|
||
|
|
|
|
|
|
|
|
|
This function converts both dates to Julian dates and finds the difference with the formula:
|