I would like to ask about the Date function. How can I change the date as tomorrow?
For example, the I want to change the delivery_date as tomorrow, so how can I type the code?
---code---
Dim delivery_date as new Date
Dim order_date as new Date
order_date = Today
delivery_date = ...... ???
Thank you for answering