Hello Everybody,
I am looking for a solution : how i can calculate the number of days between two dates.
Already thank you for your support
Kind regards
Hello Everybody,
I am looking for a solution : how i can calculate the number of days between two dates.
Already thank you for your support
Kind regards
Try this:
int(decimal-date-time(${date1}) - decimal-date-time(${date2}))
See decimal-date-time() and int() for details.
Great thank you.!