hello,
I have two dates, how can I know the difference between them in days?
thanks
:wave:
Printable View
hello,
I have two dates, how can I know the difference between them in days?
thanks
:wave:
dateDiff( "D",Date1,Date2)
Here's a calendar you can take a look at. The code is javascript though it's very nice.