Add number of days to a date

Stimulsoft Ultimate discussion
Post Reply
mirmidone
Posts: 15
Joined: Thu Mar 29, 2012 8:55 am

Add number of days to a date

Post by mirmidone »

Hi hall.
How to write in a field the result of today + 3 or 4 days

many thanks for resp.

Enio Donci
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Add number of days to a date

Post by HighAley »

Hello.

You could use C# DateTime method AddDays():

Code: Select all

{Today.AddDays(3)}
Thank you.
Post Reply