add next day

AndyK16

New Member
hi all

I have a data item.with todays date 16/04/2018 but what i need to do is add one day forward to look at the transactions as they appear 24hrs later so i want to create the 17/04/2018 any help
 

VJR

Well-Known Member
Hi AndyK16,

You can make use of the AddDays function which takes two parameters: a date and the number of days to add.
 
Top