I would like to calculate the days between the selected date and today;

My code is:-

FutureDate=ParamDate( "Select Date in Future", Now());

Today=Now();

Daycount=FutureDate-Today;

Seems to throw up an error. Any suggestions. Thanks,

Mikey.


Reply via email to