LesterLyu/fast-formula-parser

Adding numbers to dates

rmdort opened this issue · 2 comments

Any idea how i can do this

=TODAY() + 1 => should return tomorrow

Right now, it converts date to serial number and adds 1

You will need to convert the serial number to date by using SSF.

Got it thanks