[Gambas-user] how to sum 3 days to Date

Tobias Boege taboege at ...626...
Fri Jan 31 19:23:06 CET 2014


On Fri, 31 Jan 2014, PICCORO McKAY Lenz wrote:
> i wish to make a date diff
> 
> but my upper date must be the  "now" + 3  days in future, how to make this
> addition to the Day(now) value if are in ending (just like 31) due 31 + 3
> are 34!!!
> 

Mind looking at the documentation?

DateAdd(Now(), gb.Day, 3)

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk




More information about the User mailing list